Changeset 0d7acdf in Klonkt for src/config/database.js
- Timestamp:
- 06/20/2026 05:04:13 AM (3 months ago)
- Branches:
- main
- Children:
- 3ec691c
- Parents:
- fef781e
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
rfef781e r0d7acdf 90 90 ensureColumn('audio_tracks', 'play_count', 'INTEGER DEFAULT 0'); // plays per track 91 91 ensureColumn('audio_tracks', 'downloadable', 'INTEGER DEFAULT 0'); // download-voor-email (premium #2) 92 ensureColumn('audio_tracks', 'credit', 'TEXT'); // eigenaar/credit (copyright-houder) 93 ensureColumn('audio_tracks', 'license', 'TEXT'); // licentie (bv. "CC BY 4.0", "Alle rechten voorbehouden") 92 94 93 95 // Playlists (v9 feature) — first-class entity. CREATE IF NOT EXISTS is
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)