db template: fix syntax
This commit is contained in:
parent
99bbb34843
commit
aaee7880fb
1 changed files with 12 additions and 1 deletions
|
@ -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 --
|
||||
|
||||
--------------
|
||||
|
||||
-- ....
|
||||
|
|
Loading…
Reference in a new issue