mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Finish migration prisma to drizzle.
This commit is contained in:
@@ -22,7 +22,7 @@ export default async function RoutePage(props: PageParams<{ projectId: string }>
|
||||
notFound();
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
const org = await db.query.organization.findFirst({
|
||||
where: eq(drizzleDb.schemas.organization.slug, "default"),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user