logos-delivery/migrations/message_store_postgres/content_script_version_3.nim

8 lines
184 B
Nim
Raw Normal View History

2026-03-17 10:15:35 -03:00
const ContentScriptVersion_3* = """
CREATE INDEX IF NOT EXISTS i_query ON messages
(contentTopic, pubsubTopic, storedAt, id);
UPDATE version SET version = 3 WHERE version = 2;
"""