mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: clean code
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user