TransID cannot be primary key.

This commit is contained in:
JoelKatz
2013-03-12 14:02:48 -07:00
parent b4ba979ad7
commit ba7d40ad63

View File

@@ -20,7 +20,7 @@ const char *TxnDBInit[] = {
TxnMeta BLOB \
);",
"CREATE TABLE AccountTransactions ( \
TransID CHARACTER(64) PRIMARY KEY, \
TransID CHARACTER(64), \
Account CHARACTER(64), \
LedgerSeq BIGINT UNSIGNED \
);",