This commit is contained in:
Ahmed Bouhuolia
2025-03-28 04:08:27 +02:00
parent 6461a2318f
commit 1cfddf2b4d
12 changed files with 47 additions and 32 deletions

View File

@@ -1,3 +1,4 @@
// @ts-nocheck
import { Knex, knex } from 'knex';
import { knexSnakeCaseMappers } from 'objection';
import { TenantDBAlreadyExists } from './exceptions/TenantDBAlreadyExists';