Give Arthur a way to get all the accounts changed by a ledger.

This commit is contained in:
JoelKatz
2012-06-25 23:16:20 -07:00
parent cbdb6724e5
commit cc6052d294
3 changed files with 35 additions and 8 deletions

View File

@@ -24,6 +24,8 @@ const char *TxnDBInit[] = {
);",
"CREATE INDEX AcctTxindex ON \
AccountTransactions(Account, LedgerSeq, TransID);",
"CREATE INDEX AcctLgrIndex ON \
AccountTransactions(LedgerSeq, Account, TransID);",
"END TRANSACTION;"
};