Removed extra runtimeEnvironmentId

This commit is contained in:
Matt Aitken
2025-06-16 09:30:40 +01:00
parent 48b3453de4
commit 89ac3c8a15
@@ -1945,9 +1945,8 @@ model BulkActionGroup {
/// Why the user did the bulk action
reason String?
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
runtimeEnvironmentId String
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}
enum BulkActionType {