chore: add debug logs to now-playing polling

This commit is contained in:
nk
2026-06-02 19:40:19 +03:00
parent 7823b17d55
commit d082a1ce07
2 changed files with 18 additions and 1 deletions

View File

@@ -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");