diff options
Diffstat (limited to 'migrations/2020-12-13-140215_all_tables/down.sql')
-rw-r--r-- | migrations/2020-12-13-140215_all_tables/down.sql | 11 |
1 files changed, 0 insertions, 11 deletions
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 @@ | |||
1 | -- This file should undo anything in `up.sql` | ||
2 | |||
3 | drop table customer; | ||
4 | |||
5 | drop table product; | ||
6 | |||
7 | drop table cart_items; | ||
8 | |||
9 | drop table rating; | ||
10 | |||
11 | drop table transaction; | ||