Added description field to cc_show_instances table
This commit is contained in:
parent
abc9481a58
commit
0a0c6911f8
2 changed files with 3 additions and 1 deletions
|
@ -176,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