We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ba8f7 commit 8e7498dCopy full SHA for 8e7498d
sourcecode-postgres/scripts/demo-db_with_extra.sql
@@ -95,3 +95,7 @@ COPY exercises_library."Exercises_Tags" (exercise_id, tag_id) FROM stdin;
95
227 133
96
227 49
97
\.
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