diff --git a/src/server/db/schema.ts b/src/server/db/schema.ts index df7e87e6..26bcbf8e 100644 --- a/src/server/db/schema.ts +++ b/src/server/db/schema.ts @@ -9,7 +9,7 @@ import { timestamp, varchar, } from "drizzle-orm/mysql-core"; -import { type AdapterAccount } from "next-auth/adapters"; +import { type AdapterAccount } from "@auth/core/adapters"; /** * This is an example of how to use the multi-project schema feature of Drizzle ORM. Use the same