Run prisma format (#2275)

This commit is contained in:
ekzyis 2025-07-11 19:59:50 +02:00 committed by GitHub
parent b1a0abe32c
commit 90fc1a9752
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1214,7 +1214,6 @@ model Log {
context Json? context Json?
@@index([createdAt, name], map: "Log.name_index") @@index([createdAt, name], map: "Log.name_index")
@@ignore @@ignore
} }