CC-2141 : Upgrade support for Airtime 1.7

This commit is contained in:
Naomi 2011-03-31 17:21:06 -04:00
parent 953456e709
commit 19e75a3756
4 changed files with 33 additions and 3 deletions

View file

@ -195,7 +195,7 @@ CREATE TABLE "cc_show_days"
"repeat_type" INT2 NOT NULL,
"next_pop_date" DATE,
"show_id" INTEGER NOT NULL,
"record" INT2,
"record" INT2 default 0,
PRIMARY KEY ("id")
);