Fix a missing index.

This commit is contained in:
JoelKatz
2013-03-03 02:44:24 -08:00
parent 8ee5568b52
commit f99fc4c36e

View File

@@ -20,7 +20,7 @@ const char *TxnDBInit[] = {
TxnMeta BLOB \
);",
"CREATE TABLE AccountTransactions ( \
TransID CHARACTER(64), \
TransID CHARACTER(64) PRIMARY KEY, \
Account CHARACTER(64), \
LedgerSeq BIGINT UNSIGNED \
);",