Added indexes. Removed old migration.

This commit is contained in:
Mike Cao 2023-05-27 13:29:09 -07:00
parent 3ccdd95f49
commit 0724201f69
2 changed files with 2 additions and 19 deletions

View file

@ -173,5 +173,7 @@ model Report {
@@index([userId])
@@index([websiteId])
@@index([type])
@@index([name])
@@map("report")
}