This commit is contained in:
JoelKatz
2012-06-09 18:30:01 -07:00
parent d888cc2da8
commit c1c64fe1c7

View File

@@ -24,7 +24,7 @@ int TxnDBCount = sizeof(TxnDBInit) / sizeof(const char *);
const char *AcctTxnDBInit[] = {
"CREATE TABLE AccountTransactions ( \
TransID CHARACTER(64) PRIMARY KEY, \
TransID CHARACTER(64), \
Account CHARACTER(64), \
LedgerSeq BIGINT UNSIGNED \
);",