can make show as many hours long in duration as wanted.
This commit is contained in:
parent
54398b8c32
commit
ddddcc9375
8 changed files with 31 additions and 90 deletions
|
@ -205,7 +205,7 @@ CREATE TABLE "cc_show_days"
|
|||
"first_show" DATE NOT NULL,
|
||||
"last_show" DATE,
|
||||
"start_time" TIME NOT NULL,
|
||||
"duration" TIME NOT NULL,
|
||||
"duration" VARCHAR(255) NOT NULL,
|
||||
"day" INT2,
|
||||
"repeat_type" INT2 NOT NULL,
|
||||
"next_pop_date" DATE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue