All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.changelogs.v4_4_0.4.4.0-update-organization-users-table.yml Maven / Gradle / Ivy

There is a newer version: 4.6.0-alpha.2
Show newest version
databaseChangeLog:
  - changeSet:
      id: 4.4.0-update-organization-users-table
      author: GraviteeSource Team
      changes:
        #############################
        # organization_users #
        ############################
        - addColumn:
            tableName: organization_users
            columns:
              - column: { name: service_account, type: boolean, constraints: { nullable: true }, defaultValueBoolean: false }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy