Remove settings locked field

this was a too generic and will be replaced with feature flags
This commit is contained in:
Girish Ramakrishnan
2019-05-06 20:01:35 -07:00
parent 0e8fe8cd07
commit 222d2840cf
5 changed files with 19 additions and 22 deletions

View File

@@ -116,7 +116,6 @@ CREATE TABLE IF NOT EXISTS authcodes(
CREATE TABLE IF NOT EXISTS settings(
name VARCHAR(128) NOT NULL UNIQUE,
value TEXT,
locked BOOLEAN,
PRIMARY KEY(name));
CREATE TABLE IF NOT EXISTS appAddonConfigs(