refactor: clean code

This commit is contained in:
Mauricio Siu
2024-12-07 21:47:16 -06:00
parent 5058d9b47d
commit 46cd22038b
6 changed files with 59 additions and 14 deletions

View File

@@ -34,7 +34,6 @@ export const domains = pgTable("domain", {
path: text("path").default("/"),
serviceName: text("serviceName"),
domainType: domainType("domainType").default("application"),
isPreviewDeployment: boolean("isPreviewDeployment").default(false), // TODO: remove
uniqueConfigKey: serial("uniqueConfigKey"),
createdAt: text("createdAt")
.notNull()