WIP - permissions

This commit is contained in:
Francisco Gaona
2025-12-28 05:43:03 +01:00
parent f4143ab106
commit 88f656c3f5
35 changed files with 3040 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
import { Injectable, Logger } from '@nestjs/common';
import { Knex } from 'knex';
import type { Knex } from 'knex';
export interface CustomMigrationRecord {
id: string;