CC-2991: Repeating a show is broken
This commit is contained in:
parent
ca757d0fc0
commit
858990eb8c
8 changed files with 376 additions and 260 deletions
|
@ -216,6 +216,7 @@ CREATE TABLE "cc_show_days"
|
|||
"first_show" DATE NOT NULL,
|
||||
"last_show" DATE,
|
||||
"start_time" TIME NOT NULL,
|
||||
"timezone" VARCHAR(255) NOT NULL,
|
||||
"duration" VARCHAR(255) NOT NULL,
|
||||
"day" INT2,
|
||||
"repeat_type" INT2 NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue