Files
database/migrations/archive/000.229.sql
T
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

* Fix invalid placement of migrations
2024-10-17 11:19:12 +02:00

5 lines
165 B
SQL

-- P5-5700 add inserted date to collection products table
alter table collections_products
add column inserted timestamp with time zone NOT NULL DEFAULT now();