fathom/db/migrations/0002_users_table.down.sql

3 lines
59 B
SQL

DROP TABLE IF EXISTS sessions;
DROP TABLE IF EXISTS users;