mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +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;
|