From: Steinar H. Gunderson Date: Sun, 13 Feb 2005 17:06:37 +0000 (+0000) Subject: Add a score system to the basic data. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=91d6894b6ea053730ed678d45f5cf9b4cf1962d8 Add a score system to the basic data. --- diff --git a/sql/basic-data.sql b/sql/basic-data.sql index 21f96f8..ca0f93c 100644 --- a/sql/basic-data.sql +++ b/sql/basic-data.sql @@ -1,5 +1,6 @@ -- vim:set tw=0: INSERT INTO machines (name) VALUES ('Dancing Stage EuroMix 2'); +INSERT INTO scoringsystems (name) VALUES ('10K Machine score'); INSERT INTO countries (name) VALUES ('Europe'); INSERT INTO countries (name) VALUES ('Norway'); INSERT INTO seasons (name) VALUES ('European Cup');