Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop to master #965

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
<plugin>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-sdk-maven-plugin</artifactId>
<version>0.10.23</version>
<version>0.10.25</version>
<configuration>
<githubToken>${env.GITHUB_TOKEN}</githubToken>
<liquibaseHome>bin</liquibaseHome>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/docker/percona-xtradb-cluster-init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CREATE TABLE `DATABASECHANGELOG` (
`LIQUIBASE` varchar(20) DEFAULT NULL,
`CONTEXTS` varchar(255) DEFAULT NULL,
`LABELS` varchar(255) DEFAULT NULL,
`DEPLOYMENT_ID` varchar(36) DEFAULT NULL,
`DEPLOYMENT_ID` varchar(10) DEFAULT NULL,
PRIMARY KEY (ID, AUTHOR, FILENAME)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

Expand Down
Loading