can make show as many hours long in duration as wanted.

This commit is contained in:
naomiaro 2011-02-12 18:40:17 -05:00
parent 54398b8c32
commit ddddcc9375
8 changed files with 31 additions and 90 deletions

View file

@ -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,