X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=init_pool.sql;h=8da4a79fdebb39bc5b7f9dbec408612e6aeb7187;hb=51cf796601da7d2fc65c8f9ad8d0fe0fa580dba2;hp=e7bfb87da1c89950b7833b31014476e97a46f689;hpb=07241fcd65bb2808804fe2a6e53807997ee9025b;p=dak.git diff --git a/init_pool.sql b/init_pool.sql index e7bfb87d..8da4a79f 100644 --- a/init_pool.sql +++ b/init_pool.sql @@ -74,7 +74,7 @@ CREATE TABLE binaries ( file INT4 UNIQUE NOT NULL, -- REFERENCES files, type TEXT NOT NULL, -- joeyh@ doesn't want .udebs and .debs with the same name, which is why the unique () doesn't mention type - unique (package, version, source, architecture) + unique (package, version, architecture) ); CREATE TABLE suite (