Skip to content

Commit

Permalink
Merge pull request #963 from liquibase/DAT-19367
Browse files Browse the repository at this point in the history
DAT-19367 4.31.0 -- revert deploymentID DBCL/H changes
  • Loading branch information
filipelautert authored Jan 10, 2025
2 parents 6f949e1 + 56fed32 commit 9c24517
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 9c24517

Please sign in to comment.