screentinker/server/db
ScreenTinker b87904c326 Add schema_migrations table for run-once migration tracking
New schema_migrations table (id TEXT PK, ran_at INTEGER) tracks which
one-time migrations have executed. The Phase 2 playlist migration now
checks for 'phase2_playlist_migration' in this table instead of
inferring state from devices.playlist_id. Records the migration ID
after successful completion. Eliminates ffprobe overhead on subsequent
startups.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-11 22:28:10 -05:00
..
database.js Add schema_migrations table for run-once migration tracking 2026-04-11 22:28:10 -05:00
schema.sql Add schema_migrations table for run-once migration tracking 2026-04-11 22:28:10 -05:00