Skip to content

Commit

Permalink
Update schema.prisma
Browse files Browse the repository at this point in the history
Signed-off-by: LucasB25 <[email protected]>
  • Loading branch information
LucasB25 authored Aug 31, 2024
1 parent 5d8fe99 commit 74de4e5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ model Guild {
stay Stay?
dj Dj?
roles Role[]
botchannel Botchannel?
setup Setup?
}

Expand Down Expand Up @@ -64,20 +63,9 @@ model Song {
@@unique([track, playlistId])
}

model Botchannel {
guildId String @id
textId String
Guild Guild @relation(fields: [guildId], references: [guildId])
}

model Setup {
guildId String @id
textId String
messageId String
Guild Guild @relation(fields: [guildId], references: [guildId])
}

model Premium {
userId String @id
guildId String
}

0 comments on commit 74de4e5

Please sign in to comment.