Skip to content

Commit

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

* fixing cloud dbs

* fixing cloud dbs
  • Loading branch information
Tamelianovych authored Jan 6, 2025
1 parent ba142da commit beb55ed
Showing 1 changed file with 2 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

0 comments on commit beb55ed

Please sign in to comment.