mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
feat: multiple streaming servers
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "StreamInfo" ADD COLUMN "streamRegion" TEXT NOT NULL DEFAULT 'eu';
|
||||
@@ -79,6 +79,7 @@ model StreamInfo {
|
||||
category String
|
||||
startedAt DateTime
|
||||
isLive Boolean
|
||||
streamRegion String @default("eu")
|
||||
|
||||
channelId String
|
||||
channel Channel @relation(fields: [channelId], references: [id], onDelete: Cascade)
|
||||
|
||||
Reference in New Issue
Block a user