mirror of https://github.com/buster-so/buster.git
6 lines
160 B
MySQL
6 lines
160 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
drop table if exists messages;
|
||
|
drop type if exists message_feedback_enum;
|
||
|
drop type if exists verification_enum;
|
||
|
|