chahinebrini c39dfcbf8b fix(migration): screentime_passcode in korrektes Prisma-Migration-Format
Loose .sql Datei → 20260601_add_screentime_passcode/migration.sql
(prisma migrate deploy erwartet Verzeichnis-Format)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 04:34:34 +02:00

2 lines
72 B
SQL

ALTER TABLE profiles ADD COLUMN IF NOT EXISTS screentime_passcode TEXT;