fix(legacy): clean sql migrations files (#1545)
* fix(legacy): do not fail on fresh sql migration * fix(legacy): sql only drop if exists * fix(legacy): remove unused in db locales These inserts are making migration fail
This commit is contained in:
parent
a15e1fead5
commit
81fc0c9afc
4 changed files with 7 additions and 27 deletions
|
@ -1,7 +1,7 @@
|
|||
DROP SEQUENCE schedule_group_id_seq CASCADE;
|
||||
DROP SEQUENCE IF EXISTS schedule_group_id_seq CASCADE;
|
||||
|
||||
CREATE SEQUENCE schedule_group_id_seq;
|
||||
|
||||
DROP SEQUENCE show_group_id_seq CASCADE;
|
||||
DROP SEQUENCE IF EXISTS show_group_id_seq CASCADE;
|
||||
|
||||
CREATE SEQUENCE show_group_id_seq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue