You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 09:00:42 +13:00
5 lines
274 B
MySQL
5 lines
274 B
MySQL
|
|
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);
|