-- SheListens — migration 004: drop async messaging
-- Messaging is now session-only (live chat tied to a booking, via
-- session_messages) — the always-open async inbox has been removed.
-- Run via phpMyAdmin or: mysql -u USER -p DBNAME < migrations/004_drop_async_messaging.sql

DROP TABLE IF EXISTS messages;
DROP TABLE IF EXISTS conversations;
