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

6 lines
163 B
Nim

const ContentScriptVersion_5* = """
CREATE INDEX IF NOT EXISTS i_query_storedAt ON messages (storedAt, id);
UPDATE version SET version = 5 WHERE version = 4;
"""