Add missing comma (fix transaction metadata persistence.)

This commit is contained in:
Stefan Thomas
2012-11-29 15:56:04 -08:00
parent 1f0aa8f56c
commit 6a889d6ccc

View File

@@ -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 ( \