Skip to content

Commit beb55ed

Browse files
Fixing cloud dbs (#959)
* fixing aws_mssql * fixing cloud dbs * fixing cloud dbs
1 parent ba142da commit beb55ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CREATE SEQUENCE test_sequence START WITH 1 INCREMENT BY 1 MINVALUE 1
2+
ALTER SEQUENCE test_sequence INCREMENT BY 10 MINVALUE 1 MAXVALUE 371717 CYCLE

0 commit comments

Comments
 (0)