From: Steinar H. Gunderson Date: Fri, 18 Feb 2005 15:38:47 +0000 (+0000) Subject: Added DDR Extreme as a machine for the basic data. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=7becac72ea9ef34a7b43d65fe8461d0b2ce602e6 Added DDR Extreme as a machine for the basic data. --- diff --git a/sql/basic-data.sql b/sql/basic-data.sql index dcf7296..614d1f6 100644 --- a/sql/basic-data.sql +++ b/sql/basic-data.sql @@ -1,5 +1,6 @@ -- vim:set tw=0: INSERT INTO machines (machinename) VALUES ('Dancing Stage EuroMix 2'); +INSERT INTO machines (machinename) VALUES ('DDR Extreme'); INSERT INTO scoringsystems (scoringsystemname) VALUES ('10K Machine score'); INSERT INTO countries (countryname) VALUES ('Europe'); INSERT INTO countries (countryname) VALUES ('Norway');