chore: add debug logs to now-playing polling
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "stations" ADD COLUMN "record_station_id" INTEGER;
|
||||
|
||||
-- CreateIndex
|
||||
CREATE UNIQUE INDEX "stations_record_station_id_key" ON "stations"("record_station_id");
|
||||
|
||||
-- CreateIndex
|
||||
CREATE INDEX "stations_recordStationId_idx" ON "stations"("record_station_id");
|
||||
Reference in New Issue
Block a user