Skip to content

Commit 416627a

Browse files
committed
fix: add database migration for enabledForLogin field
The E2E tests were failing because the migration for the new enabledForLogin field on JellyfinServer was missing. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent d01d5d9 commit 416627a

File tree

1 file changed

+2
-0
lines changed
  • prisma/migrations/20251229000000_add_jellyfin_enabled_for_login

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- AlterTable
2+
ALTER TABLE "JellyfinServer" ADD COLUMN "enabledForLogin" BOOLEAN NOT NULL DEFAULT true;

0 commit comments

Comments
 (0)