Skip to content

feat(server): add database migrations for Jellyfin support#21

Closed
enoch85 wants to merge 1 commit into
jellyfin/11-uifrom
jellyfin/12-database
Closed

feat(server): add database migrations for Jellyfin support#21
enoch85 wants to merge 1 commit into
jellyfin/11-uifrom
jellyfin/12-database

Conversation

@enoch85

@enoch85 enoch85 commented Jan 2, 2026

Copy link
Copy Markdown
Owner

Migrations:

  1. Rename_plexId_to_mediaServerId: Rename plexId column to mediaServerId
    for media-server agnostic naming
  2. Add_jellyfin_settings: Add Jellyfin configuration columns to settings
  3. Convert_libraryId_to_string: Change libraryId from number to string
    (Jellyfin uses string IDs)
  4. Convert_type_to_string: Change type columns from number to string
    for MediaItemType compatibility

All migrations include proper up/down methods for reversibility.


PR 12 of 13 - Jellyfin Integration Series
Depends on: #20

Migrations:
1. Rename_plexId_to_mediaServerId: Rename plexId column to mediaServerId
   for media-server agnostic naming
2. Add_jellyfin_settings: Add Jellyfin configuration columns to settings
3. Convert_libraryId_to_string: Change libraryId from number to string
   (Jellyfin uses string IDs)
4. Convert_type_to_string: Change type columns from number to string
   for MediaItemType compatibility

All migrations include proper up/down methods for reversibility.

enoch85 commented Jan 3, 2026

Copy link
Copy Markdown
Owner Author

Closing in favor of consolidated PR #24. Branch kept for reference.

@enoch85 enoch85 closed this Jan 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant