5 lines
171 B
SQL
5 lines
171 B
SQL
-- This file should undo anything in `up.sql`
|
|
DROP TABLE IF EXISTS `participants`;
|
|
DROP TABLE IF EXISTS `conversation_participants`;
|
|
DROP TABLE IF EXISTS `conversations`;
|