Changeset 91094a4 in Klonkt for src/config/database.js
- Timestamp:
- 06/19/2026 01:09:15 AM (3 months ago)
- Branches:
- main
- Children:
- 37edecd
- Parents:
- 2e247e4
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r2e247e4 r91094a4 87 87 ensureColumn('posts', 'view_count', 'INTEGER DEFAULT 0'); // weergaven per post 88 88 ensureColumn('audio_tracks', 'play_count', 'INTEGER DEFAULT 0'); // plays per track 89 ensureColumn('audio_tracks', 'downloadable', 'INTEGER DEFAULT 0'); // download-voor-email (premium #2) 89 90 90 91 // 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)