changed back to old schedule id to test if playback works now.
This commit is contained in:
parent
ebb43857f6
commit
75eea94641
7 changed files with 21 additions and 34 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue