mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 11:22:37 +10:00
restructure directories
* set log level based on env
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { Kysely, sql } from 'kysely';
|
||||
import { UserRole } from '../../helpers/types/permission';
|
||||
import { UserRole } from '../../common/helpers/types/permission';
|
||||
|
||||
export async function up(db: Kysely<any>): Promise<void> {
|
||||
await db.schema
|
||||
|
||||
Reference in New Issue
Block a user