mirror of
https://github.com/docmost/docmost.git
synced 2026-05-11 08:54:06 +08: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
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
import { Kysely, sql } from 'kysely';
|
||||
import { SpaceRole, SpaceVisibility } from '../../helpers/types/permission';
|
||||
import {
|
||||
SpaceRole,
|
||||
SpaceVisibility,
|
||||
} from '../../common/helpers/types/permission';
|
||||
|
||||
export async function up(db: Kysely<any>): Promise<void> {
|
||||
await db.schema
|
||||
|
||||
Reference in New Issue
Block a user