From: Steinar H. Gunderson Date: Mon, 14 Feb 2005 19:15:37 +0000 (+0000) Subject: Added a "number of people qualifying for each round" attribute to the SQL schema. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=c73f95e10416d77bea35c2e409f3d6cd4b81143a Added a "number of people qualifying for each round" attribute to the SQL schema. --- diff --git a/sql/ccbs.sql b/sql/ccbs.sql index c248214..c13c666 100644 --- a/sql/ccbs.sql +++ b/sql/ccbs.sql @@ -92,6 +92,7 @@ CREATE TABLE rounds ( round INTEGER NOT NULL, randomsongs INTEGER NOT NULL, chosensongs INTEGER NOT NULL, + numqualifying INTEGER, PRIMARY KEY (tournament, round) );