X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=setup%2Finit_pool.sql;h=6d295dbf1c60a0a032f6f6fbb3221a1a3597160a;hb=d36e2e1219a6c9ad9110bbdb779ca61dfb444c2c;hp=1e3639406cf1c8f79b072a1eb90e13f3a070c995;hpb=d6c675a02c32f25a25748834c8e80a3577ec9f25;p=dak.git diff --git a/setup/init_pool.sql b/setup/init_pool.sql index 1e363940..6d295dbf 100644 --- a/setup/init_pool.sql +++ b/setup/init_pool.sql @@ -84,6 +84,7 @@ CREATE TABLE source ( file INT4 UNIQUE NOT NULL, -- REFERENCES files install_date TIMESTAMP NOT NULL, sig_fpr INT4 NOT NULL, -- REFERENCES fingerprint + dm-upload-allowed BOOLEAN NOT NULL, unique (source, version) );