mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 13:35:54 +00:00
Add missing comma (fix transaction metadata persistence.)
This commit is contained in:
@@ -13,7 +13,7 @@ const char *TxnDBInit[] = {
|
|||||||
FromSeq BIGINT UNSIGNED, \
|
FromSeq BIGINT UNSIGNED, \
|
||||||
LedgerSeq BIGINT UNSIGNED, \
|
LedgerSeq BIGINT UNSIGNED, \
|
||||||
Status CHARACTER(1), \
|
Status CHARACTER(1), \
|
||||||
RawTxn BLOB \
|
RawTxn BLOB, \
|
||||||
TxnMeta BLOB \
|
TxnMeta BLOB \
|
||||||
);",
|
);",
|
||||||
"CREATE TABLE PubKeys ( \
|
"CREATE TABLE PubKeys ( \
|
||||||
|
|||||||
Reference in New Issue
Block a user