Added description field to cc_show_instances table

This commit is contained in:
Duncan Sommerville 2014-09-19 12:56:47 -04:00
parent abc9481a58
commit 0a0c6911f8
2 changed files with 3 additions and 1 deletions

View file

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