projects
/
ccbs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
22b4ad6
)
Added a "number of people qualifying for each round" attribute to the SQL schema.
author
Steinar H. Gunderson
<sesse@samfundet.no>
Mon, 14 Feb 2005 19:15:37 +0000
(19:15 +0000)
committer
Steinar H. Gunderson
<sesse@samfundet.no>
Mon, 14 Feb 2005 19:15:37 +0000
(19:15 +0000)
sql/ccbs.sql
patch
|
blob
|
history
diff --git
a/sql/ccbs.sql
b/sql/ccbs.sql
index
c248214
..
c13c666
100644
(file)
--- 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,
round INTEGER NOT NULL,
randomsongs INTEGER NOT NULL,
chosensongs INTEGER NOT NULL,
+ numqualifying INTEGER,
PRIMARY KEY (tournament, round)
);
PRIMARY KEY (tournament, round)
);