mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Beginning transaction persistance.
This commit is contained in:
@@ -7,10 +7,7 @@ const char *TxnDBInit[] = {
|
||||
TransType CHARACTER(24) \
|
||||
FromAcct CHARACTER(35), \
|
||||
FromSeq BIGINT UNSIGNED, \
|
||||
OtherAcct CHARACTER(40), \
|
||||
Amount BIGINT UNSIGNED, \
|
||||
FirstSeen TEXT, \
|
||||
CommitSeq BIGINT UNSIGNED, \
|
||||
LedgerSeq BIGINT UNSIGNED, \
|
||||
Status CHARACTER(1), \
|
||||
RawTxn BLOB \
|
||||
);",
|
||||
|
||||
Reference in New Issue
Block a user