Skip to content

Commit

Permalink
#1053 don't use duplicate column names
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwol authored Sep 19, 2024
1 parent aad42a7 commit 2524f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volumes/miovision/sql/table/create-table-open_issues.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CREATE TABLE IF NOT EXISTS miovision_api.open_issues_review
volume bigint,
alerts text COLLATE pg_catalog."default",
logged boolean,
notes txt
reviewer_notes text,
CONSTRAINT open_issues_review_pkey PRIMARY KEY (uid)
)

Expand Down

0 comments on commit 2524f04

Please sign in to comment.