Skip to content

Commit

Permalink
fixed mssql gcp failure (#979)
Browse files Browse the repository at this point in the history
* fixed mssql gcp failure

* fixed mssql gcp failure
  • Loading branch information
PavloTytarchuk authored Jan 22, 2025
1 parent df7e075 commit 0d22b72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CREATE SEQUENCE test_sequence START WITH 1 INCREMENT BY 1 MINVALUE 1
ALTER SEQUENCE test_sequence INCREMENT BY 10 MINVALUE 1 MAXVALUE 371717 CYCLE
ALTER SEQUENCE test_sequence INCREMENT BY 10 MINVALUE 1 MAXVALUE 371717 CACHE 371717 CYCLE

0 comments on commit 0d22b72

Please sign in to comment.