logos-delivery/migrations/message_store_postgres/content_script_version_5.nim

6 lines
163 B
Nim
Raw Normal View History

2026-03-17 10:15:35 -03:00
const ContentScriptVersion_5* = """
CREATE INDEX IF NOT EXISTS i_query_storedAt ON messages (storedAt, id);
UPDATE version SET version = 5 WHERE version = 4;
"""