change database table name organization to house
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user