diff --git a/migrations/000.229.sql b/migrations/000.229.sql new file mode 100644 index 0000000..bbccfa8 --- /dev/null +++ b/migrations/000.229.sql @@ -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();