Files
template-vitrine/backend/migrations/000027_drop_status_from_orders.up.sql
T
Xor290 919c807004
ci-api / test (push) Failing after 8m7s
ci-web / test (push) Failing after 5m5s
chore: build
2026-09-20 12:18:33 +02:00

3 lines
43 B
SQL

ALTER TABLE orders
DROP COLUMN status;