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