Files
mal/internal/database/migrations/013_drop_account.sql

5 lines
104 B
SQL

-- +goose Up
DROP TABLE IF EXISTS account;
DROP TABLE IF EXISTS notification_preference;
-- +goose Down