add sql to add a new tournment
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 28 Feb 2017 08:18:50 +0000 (09:18 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 28 Feb 2017 08:18:50 +0000 (09:18 +0100)
sql/sql.d/090-together-add.sql [new file with mode: 0644]

diff --git a/sql/sql.d/090-together-add.sql b/sql/sql.d/090-together-add.sql
new file mode 100644 (file)
index 0000000..364c911
--- /dev/null
@@ -0,0 +1,2 @@
+-- new tournment id of 'insieme per gioco' tournment
+INSERT INTO #PFX#bin5_tournaments (code, active, name) VALUES (4, 1, 'together for fun');