aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/schema.ts')
-rw-r--r--packages/db/schema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/db/schema.ts b/packages/db/schema.ts
index 7dab7401..d08f0698 100644
--- a/packages/db/schema.ts
+++ b/packages/db/schema.ts
@@ -11,7 +11,7 @@ import {
unique,
} from "drizzle-orm/sqlite-core";
-import { BookmarkTypes } from "@hoarder/shared/types/bookmarks";
+import { BookmarkTypes } from "@karakeep/shared/types/bookmarks";
function createdAtField() {
return integer("createdAt", { mode: "timestamp" })