From 90657a2c45fa1043b7c30b95f21b0ee7426bf73a Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 28 Feb 2005 19:51:18 +0000 Subject: [PATCH] Added a new mini-table for auxilliary bigscreen screens. --- sql/ccbs.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sql/ccbs.sql b/sql/ccbs.sql index 6cd5154..3697f6e 100644 --- a/sql/ccbs.sql +++ b/sql/ccbs.sql @@ -182,3 +182,6 @@ CREATE TABLE bigscreen.active_groups ( PRIMARY KEY ( tournament, round, parallel ), FOREIGN KEY ( tournament, round, parallel ) REFERENCES groups ); +CREATE TABLE bigscreen.active_screens ( + id VARCHAR NOT NULL +); -- 2.39.2