From 9d2b6ee10ec5359cc91769d430485c8c869ba1a8 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 24 Dec 2020 10:51:40 +0530 Subject: monorepo --- backend/migrations/2020-12-13-140215_all_tables/down.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 backend/migrations/2020-12-13-140215_all_tables/down.sql (limited to 'backend/migrations/2020-12-13-140215_all_tables/down.sql') diff --git a/backend/migrations/2020-12-13-140215_all_tables/down.sql b/backend/migrations/2020-12-13-140215_all_tables/down.sql new file mode 100644 index 0000000..9c554a2 --- /dev/null +++ b/backend/migrations/2020-12-13-140215_all_tables/down.sql @@ -0,0 +1,11 @@ +-- This file should undo anything in `up.sql` + +drop table customer; + +drop table product; + +drop table cart_items; + +drop table rating; + +drop table transaction; -- cgit v1.2.3