Changeset 6351545 in Klonkt for src/config/database.js
- Timestamp:
- 06/14/2026 08:18:50 AM (3 months ago)
- Branches:
- main
- Children:
- 07775b7
- Parents:
- 9e27d64
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r9e27d64 r6351545 93 93 ON playlist_tracks(playlist_id, position); 94 94 `); 95 96 // Globale app-instellingen (key/value singleton). O.a. de tenancy-modus 97 // (solo = één site, hub = bedrijfssite + /gebruikers). Default = solo. 98 db.exec(` 99 CREATE TABLE IF NOT EXISTS app_settings ( 100 key TEXT PRIMARY KEY, 101 value TEXT, 102 updated_at DATETIME DEFAULT CURRENT_TIMESTAMP 103 ); 104 `); 105 db.prepare("INSERT OR IGNORE INTO app_settings (key, value) VALUES ('tenancy', 'solo')").run(); 95 106 } 96 107
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)