* 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
6 lines
288 B
SQL
6 lines
288 B
SQL
----------------------------------------------------------------------------------
|
|
-- calculate_position()
|
|
----------------------------------------------------------------------------------
|
|
DROP FUNCTION IF EXISTS calculate_position CASCADE;
|
|
|
|
-- remove this trigger for group adds/delete
|