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

liquibase.changelogs.v3_15_1.add-system-identity-provider.yml Maven / Gradle / Ivy

There is a newer version: 4.6.0-alpha.2
Show newest version
databaseChangeLog:
  - changeSet:
      id: 3.15.1-add-system-identity-provider
      author: GraviteeSource Team
      changes:
        ## system column
        ###################
        - addColumn:
            tableName: identities
            columns:
              - column: { name: system, type: boolean, constraints: { nullable: true } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy