mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-06 16:01:28 +00:00
7 lines
171 B
SQL
7 lines
171 B
SQL
DROP EXTENSION IF EXISTS pgcrypto;
|
|
|
|
DROP TABLE IF EXISTS users;
|
|
DROP TABLE IF EXISTS email_verification;
|
|
DROP TABLE IF EXISTS password_reset;
|
|
DROP TABLE IF EXISTS tokens;
|