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,5 +1,5 @@
|
|||
-------------------------------------------------------
|
||||
---cc_playlisttimes
|
||||
-- cc_playlisttimes
|
||||
-------------------------------------------------------
|
||||
|
||||
DROP VIEW cc_playlisttimes;
|
||||
DROP VIEW IF EXISTS cc_playlisttimes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue