-
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.
DAT-19442. fixed failures in sequences after the changes in the lates… (
#978) * DAT-19442. fixed failures in sequences after the changes in the latest release * DAT-19442. fixed failures in sequences after the changes in the latest release
- Loading branch information
1 parent
6962d61
commit f755a8f
Showing
4 changed files
with
1 addition
and
7 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
src/main/resources/liquibase/harness/change/expectedSql/mssql/aws_2019/alterSequence.sql
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
src/main/resources/liquibase/harness/change/expectedSql/mssql/azure/alterSequence.sql
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
src/main/resources/liquibase/harness/change/expectedSql/mssql/mi/alterSequence.sql
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...main/resources/liquibase/harness/generateChangelog/expectedSql/db2-luw/createSequence.sql
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 |
---|---|---|
@@ -1 +1 @@ | ||
CREATE SEQUENCE TEST_SEQUENCE; | ||
CREATE SEQUENCE TEST_SEQUENCE AS BIGINT; |