mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Fix a missing index.
This commit is contained in:
@@ -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 \
|
||||
);",
|
||||
|
||||
Reference in New Issue
Block a user