Archive old migrations (#426)
* Archive old migrations * Fix invalid placement of migrations
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- P5-6177 Add fallback to locales table
|
||||
|
||||
ALTER TABLE locales ADD COLUMN fallback_id INTEGER;
|
||||
|
||||
ALTER TABLE locales
|
||||
ADD CONSTRAINT fallback_locale_fkey
|
||||
FOREIGN KEY (fallback_id)
|
||||
REFERENCES locales(id) MATCH SIMPLE;
|
||||
|
||||
Reference in New Issue
Block a user