Files
rosterchirp/backend/src/models/migrations/004_host_plan.sql

7 lines
277 B
SQL

-- Migration 004: Host plan feature flags placeholder
--
-- Feature flag enforcement for APP_TYPE=host is handled in db.js initDb()
-- which runs on every startup and upserts the correct values.
-- This migration exists as a version marker — no SQL changes needed.
SELECT 1;