Files
ExcaliDash/backend/prisma/migrations/20260210153000_add_auth_onboarding_completed/migration.sql
T
2026-02-10 14:45:34 -08:00

3 lines
169 B
SQL

-- Track whether initial auth mode choice has been explicitly completed.
ALTER TABLE "SystemConfig" ADD COLUMN "authOnboardingCompleted" BOOLEAN NOT NULL DEFAULT false;