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

db.changelog.20210409-add-verif-link-column.yml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
databaseChangeLog:
- changeSet:
    id: add-verification-link-column
    author: lhochstein
    changes:
      - addColumn:
          tableName: verification_state
          columns:
          - column:
              name: link
              type: varchar(511)
              afterColumn: ended_at
              constraints:
                nullable: true
  # No rollback needed as liquibase can handle column deletions automatically




© 2015 - 2024 Weber Informatics LLC | Privacy Policy