v0.9.88 major change sqlite to postgres
This commit is contained in:
6
backend/src/models/migrations/004_host_plan.sql
Normal file
6
backend/src/models/migrations/004_host_plan.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- 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;
|
||||
Reference in New Issue
Block a user