Files
mal/migrations/013_drop_account.sql

2 lines
75 B
SQL

DROP TABLE IF EXISTS account;
DROP TABLE IF EXISTS notification_preference;