Skip to content

Commit 8e7498d

Browse files
authored
Update demo-db_with_extra.sql
1 parent e4ba8f7 commit 8e7498d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sourcecode-postgres/scripts/demo-db_with_extra.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,7 @@ COPY exercises_library."Exercises_Tags" (exercise_id, tag_id) FROM stdin;
9595
227 133
9696
227 49
9797
\.
98+
99+
-- Don't forgot to update sequence numbers !!!
100+
ALTER SEQUENCE exercises_library."Exercises_Metrics_id_seq" RESTART WITH 228;
101+
ALTER SEQUENCE exercises_library."Exercises_id_seq" RESTART WITH 228;

0 commit comments

Comments
 (0)