CC-3174 : showbuilder
adding new column last_scheduled to cc_show_instance changing column time_filled to be of type interval.
This commit is contained in:
parent
b1fbeeb448
commit
f14ebce239
10 changed files with 219 additions and 75 deletions
|
@ -202,7 +202,8 @@ CREATE TABLE "cc_show_instances"
|
|||
"rebroadcast" INT2 default 0,
|
||||
"instance_id" INTEGER,
|
||||
"file_id" INTEGER,
|
||||
"time_filled" TIME,
|
||||
"time_filled" interval default '00:00:00',
|
||||
"last_scheduled" TIMESTAMP,
|
||||
"modified_instance" BOOLEAN default 'f' NOT NULL,
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue