mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 05:55:51 +00:00
Fix a missing index.
This commit is contained in:
@@ -20,7 +20,7 @@ const char *TxnDBInit[] = {
|
|||||||
TxnMeta BLOB \
|
TxnMeta BLOB \
|
||||||
);",
|
);",
|
||||||
"CREATE TABLE AccountTransactions ( \
|
"CREATE TABLE AccountTransactions ( \
|
||||||
TransID CHARACTER(64), \
|
TransID CHARACTER(64) PRIMARY KEY, \
|
||||||
Account CHARACTER(64), \
|
Account CHARACTER(64), \
|
||||||
LedgerSeq BIGINT UNSIGNED \
|
LedgerSeq BIGINT UNSIGNED \
|
||||||
);",
|
);",
|
||||||
|
|||||||
Reference in New Issue
Block a user