mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 08:01:16 +00:00
7 lines
196 B
SQL
7 lines
196 B
SQL
DROP TABLE IF EXISTS durations;
|
|
DROP TABLE IF EXISTS plans;
|
|
DROP TABLE IF EXISTS offers;
|
|
DROP TABLE IF EXISTS offer_options;
|
|
DROP TABLE IF EXISTS secret_plans;
|
|
DROP TABLE IF EXISTS subscriptions;
|