Changeset f2eacca in Klonkt for src/config
- Timestamp:
- 06/30/2026 01:50:00 AM (2 months ago)
- Branches:
- main
- Children:
- 084d1c0
- Parents:
- 80797d7
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r80797d7 rf2eacca 96 96 ensureColumn('audio_tracks', 'link_youtube', 'TEXT'); 97 97 ensureColumn('audio_tracks', 'link_soundcloud', 'TEXT'); 98 // Per-track: federate the actual audio file as an AS2 Audio attachment so it plays inline 99 // in EVERY fediverse client (incl. the Mastodon apps). Default 0 = gated (web player only, 100 // file not exposed). Opt-in 1 = the file is served ungated + shared on the fediverse. 101 ensureColumn('audio_tracks', 'fedi_open', 'INTEGER DEFAULT 0'); 98 102 99 103 // 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)