mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-20 16:01:19 +00:00
4 lines
93 B
SQL
4 lines
93 B
SQL
-- Drop tables
|
|
DROP TABLE IF EXISTS plan_rate_limits;
|
|
DROP TABLE IF EXISTS user_rate_limits;
|