Skip to content

Commit

Permalink
Fixing cloud dbs (#956)
Browse files Browse the repository at this point in the history
* fixing aws_mssql

* fixing cloud dbs
  • Loading branch information
Tamelianovych authored Jan 3, 2025
1 parent 847035f commit 5f7ff22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +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
Original file line number Diff line number Diff line change
@@ -0,0 +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

0 comments on commit 5f7ff22

Please sign in to comment.