mirror of
https://github.com/status-im/go-waku.git
synced 2025-02-24 11:08:19 +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;
|