mirror of
https://github.com/LukeHagar/dokploy.git
synced 2025-12-10 20:37:45 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -75,7 +75,6 @@ export const postgres = pgTable("postgres", {
|
||||
});
|
||||
|
||||
export const postgresRelations = relations(postgres, ({ one, many }) => ({
|
||||
|
||||
environment: one(environments, {
|
||||
fields: [postgres.environmentId],
|
||||
references: [environments.environmentId],
|
||||
|
||||
Reference in New Issue
Block a user