From 9d2b6ee10ec5359cc91769d430485c8c869ba1a8 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 24 Dec 2020 10:51:40 +0530 Subject: monorepo --- migrations/2020-12-13-140215_all_tables/down.sql | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 migrations/2020-12-13-140215_all_tables/down.sql (limited to 'migrations/2020-12-13-140215_all_tables/down.sql') diff --git a/migrations/2020-12-13-140215_all_tables/down.sql b/migrations/2020-12-13-140215_all_tables/down.sql deleted file mode 100644 index 9c554a2..0000000 --- a/migrations/2020-12-13-140215_all_tables/down.sql +++ /dev/null @@ -1,11 +0,0 @@ --- 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