Changeset 183875b in Klonkt for src/config/database.js
- Timestamp:
- 06/20/2026 05:23:08 AM (3 months ago)
- Branches:
- main
- Children:
- d727e92
- Parents:
- 459acd9
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r459acd9 r183875b 92 92 ensureColumn('audio_tracks', 'credit', 'TEXT'); // eigenaar/credit (copyright-houder) 93 93 ensureColumn('audio_tracks', 'license', 'TEXT'); // licentie (bv. "CC BY 4.0", "Alle rechten voorbehouden") 94 ensureColumn('audio_tracks', 'link_spotify', 'TEXT'); // "open in"-links per track 95 ensureColumn('audio_tracks', 'link_youtube', 'TEXT'); 96 ensureColumn('audio_tracks', 'link_soundcloud', 'TEXT'); 94 97 95 98 // 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)