This commit is contained in:
Christian Grothoff 2015-06-03 12:23:31 +02:00
parent 3d0f422734
commit 50afaadf16

View File

@ -263,7 +263,7 @@ postgres_create_tables (void *cls,
SQLEXEC_INDEX ("CREATE INDEX expiration_index" SQLEXEC_INDEX ("CREATE INDEX expiration_index"
" ON reserves_in (expiration_date);"); " ON reserves_in (expiration_date);");
/* Table with the withdraw operations that have been performed on a reserve. /* Table with the withdraw operations that have been performed on a reserve.
TODO: maybe rename to "reserves_out"? TODO: maybe rename to "reserves_out"? #3810
TODO: is blind_ev really a _primary key_? Is this constraint useful? */ TODO: is blind_ev really a _primary key_? Is this constraint useful? */
SQLEXEC ("CREATE TABLE IF NOT EXISTS collectable_blindcoins" SQLEXEC ("CREATE TABLE IF NOT EXISTS collectable_blindcoins"
"(blind_ev BYTEA PRIMARY KEY" "(blind_ev BYTEA PRIMARY KEY"