From aaee7880fbf30cf028439ebc3198b043a5147f75 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 22 May 2019 18:05:40 +0100 Subject: [PATCH] db template: fix syntax --- server/db_template.sql | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/server/db_template.sql b/server/db_template.sql index 7cfb092..4c2408e 100644 --- a/server/db_template.sql +++ b/server/db_template.sql @@ -22,4 +22,15 @@ CREATE TABLE gateways IF NOT EXISTS ( CREATE TABLE data_rates IF NOT EXISTS ( id INTEGER PRIMARY KEY, -- Random unique integer, codename TEXT NOT NULL, -) +); + + +-- UPDATE 1 -- + +-------------- + +-- UPDATE 2 -- + +-------------- + +-- ....