aboutsummaryrefslogtreecommitdiff
path: root/backend/migrations/2020-11-16-133516_create_products_table/down.sql
blob: 7d99a98d894d6bf1bc538b694704cca44fa60e7e (plain)
1
2
3
-- This file should undo anything in `up.sql`

DROP TABLE product;