Skip to content

Commit 18f367d

Browse files
committed
Change start position of source_seq
1 parent 97e15bf commit 18f367d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BACKEND/INSTALL/biorels_public.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5121,7 +5121,7 @@ COMMENT ON COLUMN DB_SCHEMA_NAME.source.source_type IS 'Type of database/resourc
51215121
COMMENT ON COLUMN DB_SCHEMA_NAME.source.source_metadata IS 'Additional information';
51225122

51235123
CREATE SEQUENCE DB_SCHEMA_NAME.source_seq
5124-
START WITH 1
5124+
START WITH 2000
51255125
INCREMENT BY 1
51265126
NO MINVALUE
51275127
NO MAXVALUE

0 commit comments

Comments
 (0)