pos/migrations/down.sql
2022-11-02 09:40:49 +01:00

6 lines
152 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE products;
DROP TABLE orders_products;
DROP TABLE orders;
DROP VIEW totals_per_owner_and_order;