Skip to content

Commit

Permalink
Update packages/migrations/src/environment.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Laurin Quast <[email protected]>
  • Loading branch information
Intellicode and n1ru4l committed Jan 14, 2025
1 parent 11069f8 commit 989efc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/migrations/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const PostgresModel = zod.object({
POSTGRES_PORT: NumberFromString,
POSTGRES_DB: zod.string(),
POSTGRES_USER: zod.string(),
POSTGRES_PASSWORD: zod.string().optional(),
POSTGRES_PASSWORD: emptyString(zod.string().optional()),
});

const ClickHouseModel = zod.union([
Expand Down

0 comments on commit 989efc3

Please sign in to comment.