Add album_override field for imported_podcasts
This commit is contained in:
parent
033e816015
commit
a2eb4b2297
6 changed files with 128 additions and 19 deletions
|
@ -760,6 +760,7 @@ CREATE TABLE "imported_podcast"
|
|||
"id" serial NOT NULL,
|
||||
"auto_ingest" BOOLEAN DEFAULT 'f' NOT NULL,
|
||||
"auto_ingest_timestamp" TIMESTAMP,
|
||||
"album_override" BOOLEAN DEFAULT 'f' NOT NULL,
|
||||
"podcast_id" INTEGER NOT NULL,
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue