main
Some checks failed
Backend Deploy 🚀 / build-and-deploy (push) Has been cancelled

This commit is contained in:
Harun CAN
2026-03-29 12:43:49 +03:00
parent 829413f05d
commit 85c35c73e8
41 changed files with 6127 additions and 36 deletions

View File

@@ -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 {