🗃️ Remove list types from db schema

This commit is contained in:
Baptiste Arnaud
2023-02-01 09:32:39 +01:00
parent 1806840119
commit 6e0f0e487b
10 changed files with 88 additions and 16 deletions

View File

@@ -49,6 +49,7 @@ export function CustomAdapter(p: PrismaClient): Adapter {
},
},
},
onboardingCategories: [],
},
})
if (process.env.USER_CREATED_WEBHOOK_URL)