for new cc_show_schedule columns

This commit is contained in:
Naomi 2011-01-06 16:24:30 -05:00
parent 9854834b26
commit c7df3c1039
6 changed files with 252 additions and 20 deletions

View file

@ -224,6 +224,8 @@ CREATE TABLE "cc_show_schedule"
(
"id" serial NOT NULL,
"show_id" INTEGER NOT NULL,
"show_day" DATE NOT NULL,
"position" INTEGER,
"group_id" INTEGER NOT NULL,
PRIMARY KEY ("id")
);