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

3 lines
59 B
MySQL
Raw Normal View History

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