Skip to content

Commit

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

Expand All @@ -30,4 +31,4 @@ REVOKE ALL ON TABLE miovision_api.open_issues_review FROM bdit_humans;
GRANT SELECT ON TABLE miovision_api.open_issues_review TO bdit_humans;

REVOKE ALL ON TABLE miovision_api.open_issues_review FROM ckousin;
GRANT UPDATE ON TABLE miovision_api.open_issues_review TO ckousin;
GRANT UPDATE ON TABLE miovision_api.open_issues_review TO ckousin;

0 comments on commit aad42a7

Please sign in to comment.