fix ub and add deleting plugins

This commit is contained in:
Zoe
2025-01-07 20:09:56 +00:00
parent 98c0f45ca8
commit d2e37617d4
5 changed files with 108 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
CREATE TABLE IF NOT EXISTS plugins (
id INTEGER PRIMARY KEY AUTOINCREMENT,
path TEXT NOT NULL,
path TEXT NOT NULL UNIQUE,
domains TEXT NOT NULL
);