From 266bf261aac437bbfc642cf88f17987423ae0c58 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Fri, 20 Feb 2026 21:14:27 -0800 Subject: [PATCH] update note in migration --- server/setup/scriptsSqlite/1.16.0.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/setup/scriptsSqlite/1.16.0.ts b/server/setup/scriptsSqlite/1.16.0.ts index 1e8ca4fd..45936733 100644 --- a/server/setup/scriptsSqlite/1.16.0.ts +++ b/server/setup/scriptsSqlite/1.16.0.ts @@ -14,7 +14,7 @@ export default async function migration() { // all roles set hoemdir to true // generate ca certs for all orgs? - // set authDaemonMode to "site" for all orgs + // set authDaemonMode to "site" for all site-resources try { db.transaction(() => {})();