mintdb: add fixme #3769: Should coins be made spendable at multiple merchants?

This commit is contained in:
Sree Harsha Totakura 2015-04-12 11:07:41 +02:00
parent 0e52c47de7
commit fcca311542

View File

@ -283,6 +283,7 @@ postgres_create_tables (void *cls,
")");
SQLEXEC("CREATE TABLE IF NOT EXISTS deposits "
"( "
/* FIXME #3769: the following primary key may be too restrictive */
" coin_pub BYTEA NOT NULL PRIMARY KEY CHECK (length(coin_pub)=32)"
",denom_pub BYTEA NOT NULL" /* FIXME: Link this as a foreign key? */
",denom_sig BYTEA NOT NULL"