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

6 lines
130 B
MySQL
Raw Normal View History

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