From: Steinar H. Gunderson Date: Sun, 13 Feb 2005 16:54:40 +0000 (+0000) Subject: Add an SQL file with the most basic data. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=7dd36abb03b2daf7a355149b6e448df226536fa1;hp=50f77cac5019dba8f927291d779ea04c6c461b31 Add an SQL file with the most basic data. --- diff --git a/sql/basic-data.sql b/sql/basic-data.sql new file mode 100644 index 0000000..21f96f8 --- /dev/null +++ b/sql/basic-data.sql @@ -0,0 +1,8 @@ +-- vim:set tw=0: +INSERT INTO machines (name) VALUES ('Dancing Stage EuroMix 2'); +INSERT INTO countries (name) VALUES ('Europe'); +INSERT INTO countries (name) VALUES ('Norway'); +INSERT INTO seasons (name) VALUES ('European Cup'); +INSERT INTO seasons (name) VALUES ('Challenge Cup 2004'); +INSERT INTO seasons (name) VALUES ('Challenge Cup 2005'); +