mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Missing log message.
This commit is contained in:
@@ -96,6 +96,7 @@ static void addTxnSeqField()
|
|||||||
Log(lsINFO) << i << " transactions updated";
|
Log(lsINFO) << i << " transactions updated";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Log(lsINFO) << "Building new index";
|
||||||
db->executeSQL("CREATE INDEX AcctTxIndex ON AccountTransactions(Account, LedgerSeq, TxnSeq, TransID);");
|
db->executeSQL("CREATE INDEX AcctTxIndex ON AccountTransactions(Account, LedgerSeq, TxnSeq, TransID);");
|
||||||
db->executeSQL("END TRANSACTION;");
|
db->executeSQL("END TRANSACTION;");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user