gamenight/backend/migrations/2022-06-04-141858_registrat.../down.sql

6 lines
130 B
SQL

-- This file should undo anything in `up.sql`
drop table registration_tokens;
ALTER TABLE gamenight
ALTER datetime TYPE VARCHAR;