Missing log message.

This commit is contained in:
JoelKatz
2013-04-03 13:47:09 -07:00
parent e7a41fab8f
commit 1894b2d4b8

View File

@@ -96,6 +96,7 @@ static void addTxnSeqField()
Log(lsINFO) << i << " transactions updated";
}
Log(lsINFO) << "Building new index";
db->executeSQL("CREATE INDEX AcctTxIndex ON AccountTransactions(Account, LedgerSeq, TxnSeq, TransID);");
db->executeSQL("END TRANSACTION;");
}