Skip to content

Commit

Permalink
adding backend field on migrate db (#2668)
Browse files Browse the repository at this point in the history
  • Loading branch information
etaques authored Sep 28, 2023
1 parent b14e3b2 commit 9bddaba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maestro/postgres/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func migrateDB(db *sqlx.DB) error {
id UUID NOT NULL DEFAULT gen_random_uuid(),
owner_id VARCHAR(255),
sink_id VARCHAR(255),
backend VARCHAR(255),
config JSONB,
last_status VARCHAR(255),
last_status_update TIMESTAMP,
Expand Down

0 comments on commit 9bddaba

Please sign in to comment.