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,6 +1,6 @@
|
|||
----------------------------------------------------------------------------------
|
||||
--calculate_position()
|
||||
-- calculate_position()
|
||||
----------------------------------------------------------------------------------
|
||||
DROP FUNCTION calculate_position() CASCADE;
|
||||
DROP FUNCTION IF EXISTS calculate_position CASCADE;
|
||||
|
||||
--remove this trigger for group adds/delete
|
||||
-- remove this trigger for group adds/delete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue