Archive old migrations (#426)
* Archive old migrations * Fix invalid placement of migrations
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Add retouch enabled flag to designers
|
||||
ALTER TABLE designers DROP COLUMN IF EXISTS enable_retouch;
|
||||
ALTER TABLE designers ADD COLUMN IF NOT EXISTS enable_retouch integer DEFAULT 1;
|
||||
|
||||
Reference in New Issue
Block a user