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