mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-04 06:53:06 +00:00
4 lines
124 B
MySQL
4 lines
124 B
MySQL
|
|
DROP INDEX IF EXISTS message_senderTimestamp;
|
||
|
|
DROP INDEX IF EXISTS message_receiverTimestamp;
|
||
|
|
DROP TABLE IF EXISTS message;
|