Files
pocket-id/backend/resources/migrations/sqlite/20251217000000_signup_token_groups.down.sql

7 lines
103 B
PL/PgSQL

PRAGMA foreign_keys=OFF;
BEGIN;
DROP TABLE signup_tokens_user_groups;
COMMIT;
PRAGMA foreign_keys=ON;