Archive old migrations (#426)
* Archive old migrations * Fix invalid placement of migrations
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- P5-5700 add inserted date to collection products table
|
||||
|
||||
alter table collections_products
|
||||
add column inserted timestamp with time zone NOT NULL DEFAULT now();
|
||||
Reference in New Issue
Block a user