small cleanput and switch to sentinel
This commit is contained in:
@@ -2,5 +2,6 @@ CREATE TABLE IF NOT EXISTS plugins (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
path TEXT NOT NULL UNIQUE,
|
||||
name TEXT NOT NULL UNIQUE,
|
||||
/* domains is a comma-separated list of domains */
|
||||
domains TEXT NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user