feat: add host filter for snippets

This commit is contained in:
ZacharyZcR
2026-05-13 17:51:05 +08:00
parent ec87f8a4d1
commit 4055d076b4
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -782,6 +782,7 @@ const migrateSchema = () => {
addColumnIfNotExists("snippets", "folder", "TEXT");
addColumnIfNotExists("snippets", "order", "INTEGER NOT NULL DEFAULT 0");
addColumnIfNotExists("snippets", "host_filter", "TEXT");
try {
sqlite