mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 15:26:41 +00:00
move schema.ts to module
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ActionsEnum } from "@server/auth/actions";
|
||||
import { db } from "@server/db";
|
||||
import { actions, roles, roleActions } from "../db/schema";
|
||||
import { actions, roles, roleActions } from "../db/schemas/schema";
|
||||
import { eq, inArray } from "drizzle-orm";
|
||||
import logger from "@server/logger";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user