You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 00:50:59 +13:00
5 lines
274 B
SQL
5 lines
274 B
SQL
CREATE INDEX account_orgId_index ON account (orgId);
|
|
CREATE INDEX split_accountId_index ON split (accountId);
|
|
CREATE INDEX split_transactionId_index ON split (transactionId);
|
|
CREATE INDEX split_date_index ON split (date);
|
|
CREATE INDEX split_updated_index ON split (updated); |