Fix typo.

This commit is contained in:
JoelKatz
2013-03-12 14:05:33 -07:00
parent 455f60feae
commit e31eb67b10

View File

@@ -24,7 +24,7 @@ const char *TxnDBInit[] = {
Account CHARACTER(64), \
LedgerSeq BIGINT UNSIGNED \
);",
"CREATE INDEX AcctTxindex ON \
"CREATE INDEX AcctTxIndex ON \
AccountTransactions(Account, LedgerSeq, TransID);",
"CREATE INDEX AcctLgrIndex ON \
AccountTransactions(LedgerSeq, Account, TransID);",