mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
8 lines
124 B
SQL
8 lines
124 B
SQL
BEGIN TRANSACTION;
|
|
|
|
CREATE INDEX messages_crdt_search ON messages_crdt(dataset, row, column, timestamp);
|
|
|
|
ANALYZE;
|
|
|
|
COMMIT;
|