-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #832 from liquibase/DAT-17726
[DAT-17726] Update CockroachDB version
- Loading branch information
Showing
21 changed files
with
111 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
...esources/liquibase/harness/change/expectedSnapshot/cockroachdb/23.2/addAutoIncrement.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"snapshot": { | ||
"objects": { | ||
"liquibase.structure.core.Table": [ | ||
{ | ||
"table": { | ||
"name": "autoincrement_test" | ||
} | ||
} | ||
], | ||
"liquibase.structure.core.Column": [ | ||
{ | ||
"column": { | ||
"autoIncrementInformation": { | ||
"incrementBy": "2\\!\\{java.math.BigInteger\\}", | ||
"startWith": "100\\!\\{java.math.BigInteger\\}" | ||
}, | ||
"name": "intColumn", | ||
"nullable": false | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...esources/liquibase/harness/change/expectedSnapshot/cockroachdb/24.1/addAutoIncrement.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"snapshot": { | ||
"objects": { | ||
"liquibase.structure.core.Table": [ | ||
{ | ||
"table": { | ||
"name": "autoincrement_test" | ||
} | ||
} | ||
], | ||
"liquibase.structure.core.Column": [ | ||
{ | ||
"column": { | ||
"autoIncrementInformation": { | ||
"incrementBy": "2\\!\\{java.math.BigInteger\\}", | ||
"startWith": "100\\!\\{java.math.BigInteger\\}" | ||
}, | ||
"name": "intColumn", | ||
"nullable": false | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |
9 changes: 0 additions & 9 deletions
9
src/main/resources/liquibase/harness/change/expectedSql/cockroachdb/20.2/modifyDataType.sql
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...in/resources/liquibase/harness/generateChangelog/expectedSql/cockroachdb/20.2/primary.sql
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...ain/resources/liquibase/harness/generateChangelog/expectedSql/cockroachdb/22.1/column.sql
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...esources/liquibase/harness/generateChangelog/expectedSql/cockroachdb/22.1/createIndex.sql
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...esources/liquibase/harness/generateChangelog/expectedSql/cockroachdb/22.1/createTable.sql
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ain/resources/liquibase/harness/generateChangelog/expectedSql/cockroachdb/22.1/unique.sql
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...esources/liquibase/harness/generateChangelog/verificationSql/cockroachdb/20.2/primary.sql
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...resources/liquibase/harness/generateChangelog/verificationSql/cockroachdb/22.1/column.sql
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...rces/liquibase/harness/generateChangelog/verificationSql/cockroachdb/22.1/createIndex.sql
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...rces/liquibase/harness/generateChangelog/verificationSql/cockroachdb/22.1/createTable.sql
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...resources/liquibase/harness/generateChangelog/verificationSql/cockroachdb/22.1/unique.sql
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
...resources/liquibase/harness/snapshot/expectedSnapshot/cockroachdb/20.2/addPrimaryKey.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters