buster/api/migrations/2024-06-03-223322_create_me.../down.sql

6 lines
160 B
SQL

-- 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;