remove is base domain resource and flag

This commit is contained in:
miloschwartz 2025-07-15 15:07:34 -07:00
parent ff809416f5
commit f1291d4d7d
No known key found for this signature in database
15 changed files with 8 additions and 32 deletions

View file

@ -97,7 +97,6 @@ export const resources = sqliteTable("resources", {
emailWhitelistEnabled: integer("emailWhitelistEnabled", { mode: "boolean" })
.notNull()
.default(false),
isBaseDomain: integer("isBaseDomain", { mode: "boolean" }),
applyRules: integer("applyRules", { mode: "boolean" })
.notNull()
.default(false),
@ -674,4 +673,4 @@ export type Idp = InferSelectModel<typeof idp>;
export type ApiKey = InferSelectModel<typeof apiKeys>;
export type ApiKeyAction = InferSelectModel<typeof apiKeyActions>;
export type ApiKeyOrg = InferSelectModel<typeof apiKeyOrg>;
export type OrgDomains = InferSelectModel<typeof orgDomains>;
export type OrgDomains = InferSelectModel<typeof orgDomains>;