for new cc_show_schedule columns
This commit is contained in:
parent
9854834b26
commit
c7df3c1039
6 changed files with 252 additions and 20 deletions
|
@ -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")
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue