Files
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
185 B
SQL

-- P5-4317 add delivery-email and delivery-phone order fields
INSERT INTO "order-fields" (name) VALUES ('delivery-email');
INSERT INTO "order-fields" (name) VALUES ('delivery-phone');