mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-31 03:12:12 +00:00
Remove unique constrain on episodes path in database
This commit is contained in:
parent
a987149341
commit
017b8746c2
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ CREATE TABLE "table_episodes" (
|
|||
`sonarrSeriesId` INTEGER NOT NULL,
|
||||
`sonarrEpisodeId` INTEGER NOT NULL UNIQUE,
|
||||
`title` TEXT NOT NULL,
|
||||
`path` TEXT NOT NULL UNIQUE,
|
||||
`path` TEXT NOT NULL,
|
||||
`season` INTEGER NOT NULL,
|
||||
`episode` INTEGER NOT NULL,
|
||||
`subtitles` TEXT,
|
||||
|
|
Loading…
Reference in a new issue