mirror of
https://github.com/logos-messaging/logos-delivery-go.git
synced 2026-03-09 11:03:12 +00:00
4 lines
124 B
SQL
4 lines
124 B
SQL
DROP INDEX IF EXISTS message_senderTimestamp;
|
|
DROP INDEX IF EXISTS message_receiverTimestamp;
|
|
DROP TABLE IF EXISTS message;
|