From 5bc4415463c48b16f477e007c56ef5eceaf31f98 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Tue, 28 Feb 2017 09:18:50 +0100 Subject: [PATCH] add sql to add a new tournment --- sql/sql.d/090-together-add.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/sql.d/090-together-add.sql diff --git a/sql/sql.d/090-together-add.sql b/sql/sql.d/090-together-add.sql new file mode 100644 index 0000000..364c911 --- /dev/null +++ b/sql/sql.d/090-together-add.sql @@ -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'); -- 2.17.1