Merge branch '2.5.x' into 2.5.x-installer
Conflicts: airtime_mvc/application/Bootstrap.php airtime_mvc/application/models/Show.php
This commit is contained in:
commit
c03dd38c00
74 changed files with 560 additions and 2142 deletions
|
@ -158,6 +158,7 @@ CREATE TABLE "cc_show"
|
|||
"live_stream_pass" VARCHAR(255),
|
||||
"linked" BOOLEAN default 'f' NOT NULL,
|
||||
"is_linkable" BOOLEAN default 't' NOT NULL,
|
||||
"image_path" VARCHAR(255),
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
|
@ -175,6 +176,7 @@ DROP TABLE "cc_show_instances" CASCADE;
|
|||
CREATE TABLE "cc_show_instances"
|
||||
(
|
||||
"id" serial NOT NULL,
|
||||
"description" VARCHAR(512),
|
||||
"starts" TIMESTAMP NOT NULL,
|
||||
"ends" TIMESTAMP NOT NULL,
|
||||
"show_id" INTEGER NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue