chore(server): standardize server db names and columns (#7674)

This commit is contained in:
forehalo
2024-07-31 07:59:22 +00:00
parent 55db9f9719
commit 305241771c
15 changed files with 276 additions and 459 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ export async function createRandomUser(): Promise<{
password: '123456',
};
const result = await runPrisma(async client => {
const featureId = await client.features
const featureId = await client.feature
.findFirst({
where: { feature: 'free_plan_v1' },
select: { id: true },