changed back to old schedule id to test if playback works now.

This commit is contained in:
naomiaro 2011-02-06 15:31:36 -05:00
parent ebb43857f6
commit 75eea94641
7 changed files with 21 additions and 34 deletions

View file

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