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 7152ae0 commit d206ad1Copy full SHA for d206ad1
migrations/20190611_extract_scope_from_project_templates_2.sql
@@ -0,0 +1,12 @@
1
+--
2
+-- FIX for 20190316_extract_scope_from_project_templates.sql
3
+-- apply created auto-increments sequences to `id` columns
4
+
5
+ALTER TABLE form
6
+ ALTER COLUMN id SET DEFAULT nextval('form_id_seq');
7
8
+ALTER TABLE price_config
9
+ ALTER COLUMN id SET DEFAULT nextval('price_config_id_seq');
10
11
+ALTER TABLE plan_config
12
+ ALTER COLUMN id SET DEFAULT nextval('plan_config_id_seq');
0 commit comments