change database table name organization to house

This commit is contained in:
2026-02-24 10:36:53 +07:00
parent 604fe0a80f
commit 1e6f4683ea
17 changed files with 1822 additions and 1786 deletions

View File

@@ -38,10 +38,10 @@ export type Account = Prisma.AccountModel
*/
export type Verification = Prisma.VerificationModel
/**
* Model Organization
* Model House
*
*/
export type Organization = Prisma.OrganizationModel
export type House = Prisma.HouseModel
/**
* Model Member
*