Changeset 1d6f9a2 in Klonkt for src/config
- Timestamp:
- 06/30/2026 05:29:01 PM (2 months ago)
- Branches:
- main
- Children:
- b5a09ce2
- Parents:
- ecbfa41
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
recbfa41 r1d6f9a2 84 84 ensureColumn('posts', 'fan_only', 'INTEGER DEFAULT 0'); // fan-only preview (premium #3) 85 85 ensureColumn('posts', 'nsfw', 'INTEGER DEFAULT 0'); // sensitive content → blur + click-to-reveal; fediverse sensitive 86 ensureColumn('posts', 'cover_video_url', 'TEXT'); // muted loop MP4 for an animated cover (Safari-smooth) 86 87 ensureColumn('posts', 'content_warning', 'TEXT'); // custom CW label (empty = default "Gevoelige inhoud") 87 88 ensureColumn('posts', 'type', "TEXT DEFAULT 'post'"); // post | foto | video | audio
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)