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

liquibase.changelogs.v3_20_0.3.20.0-update-system-tasks-table.yml Maven / Gradle / Ivy

There is a newer version: 4.6.0-alpha.2
Show newest version
databaseChangeLog:
  - changeSet:
      id: 3.20.0-update-system-tasks-table
      author: GraviteeSource Team
      changes:
        ## system task table
        #####################
        - addColumn:
            tableName: system_tasks
            columns:
              - column: { name: configuration, type: clob, constraints: { nullable: true } }
              - column: { name: kind, type: varchar(128), constraints: { nullable: true } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy