mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-20 07:54:19 +02:00
edit db schema to add support for movies
This commit is contained in:
@@ -16,3 +16,4 @@ class Torrent(Base):
|
||||
hash: Mapped[str]
|
||||
|
||||
season_files = relationship("SeasonFile", back_populates="torrent")
|
||||
movie_files = relationship("MovieFile", back_populates="torrent")
|
||||
Reference in New Issue
Block a user