Beginning transaction persistance.

This commit is contained in:
JoelKatz
2012-06-09 19:12:06 -07:00
parent 7a511d36ef
commit 197a19b996
4 changed files with 40 additions and 4 deletions

View File

@@ -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 \
);",