Skip to content

Commit

Permalink
Update frontend type to match backend
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdammann committed Apr 11, 2024
1 parent d5dd36b commit 354d100
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/definitions/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const DatabaseSchema = z.object({
connection_url: z.string(),
encryption_vector: z.string(),
organization_id: z.string(),
schema: z.string(),
require_ssl: z.boolean(),
created_at: z.date(),
updated_at: z.date(),
Expand Down

0 comments on commit 354d100

Please sign in to comment.