From: Matteo Nastasi (mop) Date: Tue, 28 Feb 2017 08:18:50 +0000 (+0100) Subject: add sql to add a new tournment X-Git-Tag: v5.4.1~19 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=5bc4415463c48b16f477e007c56ef5eceaf31f98 add sql to add a new tournment --- 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');