Changeset b9dc94c in Klonkt for src/config/database.js
- Timestamp:
- 06/19/2026 04:28:02 AM (3 months ago)
- Branches:
- main
- Children:
- 8d32dcf
- Parents:
- 6be57b4
- File:
-
- 1 edited
-
src/config/database.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/config/database.js
r6be57b4 rb9dc94c 82 82 // Per-post noindex + type 83 83 ensureColumn('posts', 'noindex', 'INTEGER DEFAULT 0'); 84 ensureColumn('posts', 'publish_at', 'DATETIME'); // release-planning (premium #3): geplande go-live 85 ensureColumn('posts', 'fan_only', 'INTEGER DEFAULT 0'); // fan-only preview (premium #3) 84 86 ensureColumn('posts', 'type', "TEXT DEFAULT 'post'"); // post | foto | video | audio 85 87
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)