2024-12-14 19:03:27 -08:00
|
|
|
-- This file should undo anything in `up.sql`
|
|
|
|
|
DROP TABLE IF EXISTS `conversation_participants`;
|
2025-01-20 22:05:34 -08:00
|
|
|
DROP TABLE IF EXISTS `messages`;
|
|
|
|
|
DROP TABLE IF EXISTS `conversation_messages`;
|
|
|
|
|
DROP TABLE IF EXISTS `participants`;
|
2024-12-14 19:03:27 -08:00
|
|
|
DROP TABLE IF EXISTS `conversations`;
|