mirror of
https://github.com/SrIzan10/prox2-discord.git
synced 2026-06-06 01:06:57 +00:00
fix: unique thing
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- DropIndex
|
||||
DROP INDEX "ReplyUser_userId_key";
|
||||
@@ -50,7 +50,7 @@ model ReplyUser {
|
||||
id Int @id @default(autoincrement())
|
||||
createdAt DateTime @default(now())
|
||||
guildId String
|
||||
userId Int @unique
|
||||
userId Int
|
||||
postId Int
|
||||
post Post @relation(fields: [postId], references: [id])
|
||||
userHash String
|
||||
|
||||
Reference in New Issue
Block a user