Changeset 74544fb in Klonkt for src/db


Ignore:
Timestamp:
06/18/2026 06:48:40 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
8e29f77
Parents:
fee35fa
Message:

New sites: require login to comment on by default + post nav at top

  • require_login_to_comment default 0 → 1 (siteEditableFields, 001-init.sql, ensurePrimarySite). Moderation was already set to 'moderate' by default. Existing sites unchanged; applies to newly created sites.
  • Post navigation (← Newer / Older →) is now ABOVE the post instead of below, with the separator line below it. Applies to all sites.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/db/migrations/001-init.sql

    rfee35fa r74544fb  
    6262    closed_circle_mode INTEGER DEFAULT 0,
    6363    robots_index INTEGER DEFAULT 1,
    64     require_login_to_comment INTEGER DEFAULT 0,
     64    require_login_to_comment INTEGER DEFAULT 1,
    6565    enable_audio_player INTEGER DEFAULT 1,
    6666    profile_photo TEXT,
Note: See TracChangeset for help on using the changeset viewer.