SCHEDULE TABLE ID CHANGE

This commit is contained in:
naomiaro 2011-02-06 18:38:55 -05:00
parent a5e4056555
commit f04d03aef1
7 changed files with 34 additions and 21 deletions

View file

@ -338,7 +338,7 @@ DROP TABLE "cc_schedule" CASCADE;
CREATE TABLE "cc_schedule"
(
"id" INT8 NOT NULL,
"id" serial NOT NULL,
"playlist_id" INTEGER NOT NULL,
"starts" TIMESTAMP NOT NULL,
"ends" TIMESTAMP NOT NULL,