generated from fahricansecer/boilerplate-be
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
import { PrismaClient } from '@prisma/client';
|
||||
|
||||
// Models that support soft delete
|
||||
const SOFT_DELETE_MODELS = ['user', 'role', 'tenant'];
|
||||
const SOFT_DELETE_MODELS = ['user', 'role', 'tenant', 'project'];
|
||||
|
||||
// Type for Prisma model delegate with common operations
|
||||
interface PrismaDelegate {
|
||||
|
||||
Reference in New Issue
Block a user