guild_id to string

This commit is contained in:
Corban-Lee Jones 2025-05-29 16:28:02 +01:00
parent 82037e5e20
commit d53fd5f2aa
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Feed" ALTER COLUMN "guild_id" SET DATA TYPE TEXT;

View File

@ -59,7 +59,7 @@ model Feed {
id Int @id @default(autoincrement())
source FeedSource @relation(fields: [source_id], references: [id], onDelete: Cascade)
source_id Int @unique
guild_id Int
guild_id String
name String
description String