aboutsummaryrefslogtreecommitdiff
path: root/backend/migrations/2020-12-13-140215_all_tables/down.sql
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-12-24 05:21:40 +0000
committerAkshay <[email protected]>2020-12-24 05:21:40 +0000
commit9d2b6ee10ec5359cc91769d430485c8c869ba1a8 (patch)
treeb2d541e575ab6e3f70cb709f156f06afca085881 /backend/migrations/2020-12-13-140215_all_tables/down.sql
parent7c65421328552b08e64df25e224fe9d54d363e6e (diff)
monorepo
Diffstat (limited to 'backend/migrations/2020-12-13-140215_all_tables/down.sql')
-rw-r--r--backend/migrations/2020-12-13-140215_all_tables/down.sql11
1 files changed, 11 insertions, 0 deletions
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 @@
1-- This file should undo anything in `up.sql`
2
3drop table customer;
4
5drop table product;
6
7drop table cart_items;
8
9drop table rating;
10
11drop table transaction;