6 lines
152 B
SQL
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;
|