diff options
Diffstat (limited to 'db/reset.sql')
-rw-r--r-- | db/reset.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db/reset.sql b/db/reset.sql new file mode 100644 index 0000000..5338395 --- /dev/null +++ b/db/reset.sql @@ -0,0 +1,6 @@ +drop schema if exists webs; +drop table if exists webs.product; +drop table if exists webs.customer; +drop table if exists webs.cart; +drop table if exists webs.promotion; +drop table if exists webs.category; |