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 -- + +-------------- + +-- ....