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

liquibase.changelogs.v3_10_0.schema-add-self-service-account-settings.yml Maven / Gradle / Ivy

There is a newer version: 4.6.0-alpha.2
Show newest version
databaseChangeLog:
  - changeSet:
      id: 3.10.0-add-self-service-account-settings
      author: GraviteeSource Team
      changes:

        # Domains
        ########################
        - addColumn:
            tableName: domains
            columns:
              - column: { name: self_service_account_settings, type: clob, constraints: { nullable: true } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy