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