gospeak-io/gospeak

Save env in db so you can't boot an app with a wrong db

Closed this issue · 0 comments

suggested table:

CREATE TABLE conf
(
    name VARCHAR(5) NOT NULL,                   -- Local, Dev, Prod
    uniq CHAR(1)    NOT NULL default 'o' UNIQUE -- this table should have only one line, this column is here to ensure that
);