Merge pull request #1284 from Pallavikumarimdb/Fix/missing-hostmeta-export-PG

add missing hostmeta export for PG schema
This commit is contained in:
Owen Schwartz
2025-08-15 10:55:22 -07:00
committed by GitHub

View File

@@ -648,3 +648,4 @@ export type UserClient = InferSelectModel<typeof userClients>;
export type RoleClient = InferSelectModel<typeof roleClients>;
export type OrgDomains = InferSelectModel<typeof orgDomains>;
export type SetupToken = InferSelectModel<typeof setupTokens>;
export type HostMeta = InferSelectModel<typeof hostMeta>;