aboutsummaryrefslogtreecommitdiff
path: root/db/reset.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/reset.sql')
-rw-r--r--db/reset.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/reset.sql b/db/reset.sql
index 5338395..7036613 100644
--- a/db/reset.sql
+++ b/db/reset.sql
@@ -1,6 +1,6 @@
drop schema if exists webs;
drop table if exists webs.product;
-drop table if exists webs.customer;
+drop table if exists webs.user;
drop table if exists webs.cart;
drop table if exists webs.promotion;
drop table if exists webs.category;