Skip to content

Commit

Permalink
updated expected query
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Oct 24, 2022
1 parent c7a9508 commit daafb31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CREATE SEQUENCE DATICAL_ADMIN.test_sequence START WITH 2 INCREMENT BY 1 MINVALUE 1
ALTER SEQUENCE DATICAL_ADMIN.test_sequence INCREMENT BY 10 MINVALUE 1 MAXVALUE 371717 ORDER CACHE 9 CYCLE
ALTER SEQUENCE DATICAL_ADMIN.test_sequence INCREMENT BY 10 MINVALUE 1 MAXVALUE 371717 ORDER CACHE 9 CYCLE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CREATE SEQUENCE "C##LIQUIBASE".test_sequence START WITH 2 INCREMENT BY 1 MINVALUE 1
ALTER SEQUENCE "C##LIQUIBASE".test_sequence INCREMENT BY 10 MINVALUE 1 MAXVALUE 371717 ORDER CACHE 9 CYCLE
ALTER SEQUENCE "C##LIQUIBASE".test_sequence INCREMENT BY 10 MINVALUE 1 MAXVALUE 371717 ORDER CACHE 9 CYCLE

0 comments on commit daafb31

Please sign in to comment.