Changeset 7e9d0ea in Klonkt for src/config/database.js
- Timestamp:
- 08/11/2026 07:18:51 PM (4 weeks ago)
- Branches:
- main
- Children:
- bac4bf3
- Parents:
- 960f015
- git-author:
- Robin <roboburr@…> (08/11/2026 07:12:33 PM)
- git-committer:
- Robin <roboburr@…> (08/11/2026 07:18:51 PM)
- File:
-
- 1 edited
-
src/config/database.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r960f015 r7e9d0ea 266 266 `); 267 267 268 // Global app settings (key/value singleton). Includes the tenancy mode 269 // (solo = one site, hub = company site + /user/). Default = solo. 268 // Global app settings (key/value singleton). One instance is one owner, so 269 // there is no tenancy mode here anymore — see SettingsService. 270 // Oudere installaties dragen nog een dode rij key='tenancy' ('solo' of 271 // 'circle'). Niets leest hem; bewust laten staan (shaer-x7c0) in plaats van 272 // er opruimcode voor te schrijven die na één ronde zelf dood is. 270 273 db.exec(` 271 274 CREATE TABLE IF NOT EXISTS app_settings ( … … 275 278 ); 276 279 `); 277 db.prepare("INSERT OR IGNORE INTO app_settings (key, value) VALUES ('tenancy', 'solo')").run();278 280 279 281 // ── Statistics (premium) — cookie-free ──────────────────────
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)