Skip to content

Commit

Permalink
Merge pull request #1105 from percussion/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
natechadwick committed Sep 26, 2023
2 parents 58833db + a6d34b8 commit 2527917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deliverytiersuite/delivery-tier-suite/metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-hibernate5</artifactId>
<version>4.0.0</version>
<version>4.22.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ again in database then this changeset will not run until we change the changeset

<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:pro="http://www.liquibase.org/xml/ns/pro" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-4.0.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.0.xsd">

<changeSet runAlways="true" id="20170503041524-3" author="user">
<changeSet runAlways="true" id="20170503041524-3" author="user" dbms="mysql,mariadb">
<preConditions onFail="CONTINUE">
<dbms type="mysql"/>
<sqlCheck expectedResult="0">SELECT count(*) FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'blog_post_visit' AND COLUMN_NAME ='VISIT_ID' AND DATA_TYPE = 'bigint' AND COLUMN_DEFAULT IS NULL AND IS_NULLABLE = 'NO' AND EXTRA like '%auto_increment%'
Expand Down

0 comments on commit 2527917

Please sign in to comment.