logos-delivery/migrations/message_store_postgres/content_script_version_3.nim
Ivan Folgueira Bande 5a67d467f9
format with nph 0.7.0
2026-03-13 15:12:50 +01:00

8 lines
184 B
Nim

const ContentScriptVersion_3* = """
CREATE INDEX IF NOT EXISTS i_query ON messages
(contentTopic, pubsubTopic, storedAt, id);
UPDATE version SET version = 3 WHERE version = 2;
"""