Changeset d18c60e in Klonkt for src/config/database.js
- Timestamp:
- 07/01/2026 06:55:46 PM (2 months ago)
- Branches:
- main
- Children:
- 0688b5f
- Parents:
- 43273c9
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r43273c9 rd18c60e 89 89 ensureColumn('posts', 'nsfw', 'INTEGER DEFAULT 0'); // sensitive content → blur + click-to-reveal; fediverse sensitive 90 90 ensureColumn('posts', 'cover_video_url', 'TEXT'); // muted loop MP4 for an animated cover (Safari-smooth) 91 ensureColumn('posts', 'cover_alt', 'TEXT'); // alt text / description for the cover (a11y → AS2 attachment `name`) 91 92 ensureColumn('posts', 'content_warning', 'TEXT'); // custom CW label (empty = default "Gevoelige inhoud") 92 93 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)