mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-13 12:55:44 +00:00
core, docs: drop message views if they exist, remove mentions in docs (#3589)
* core, docs: drop message views if they exist, remove mentions in docs * fix migration
This commit is contained in:
@@ -8,6 +8,13 @@ import Database.SQLite.Simple.QQ (sql)
|
||||
m20231215_recreate_msg_deliveries :: Query
|
||||
m20231215_recreate_msg_deliveries =
|
||||
[sql|
|
||||
DROP VIEW IF EXISTS direct_messages;
|
||||
DROP VIEW IF EXISTS direct_messages_plain;
|
||||
DROP VIEW IF EXISTS group_messages;
|
||||
DROP VIEW IF EXISTS group_messages_plain;
|
||||
DROP VIEW IF EXISTS all_messages;
|
||||
DROP VIEW IF EXISTS all_messages_plain;
|
||||
|
||||
DROP INDEX msg_delivery_events_msg_delivery_id;
|
||||
DROP TABLE msg_delivery_events;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user