Skip to content

Commit

Permalink
Merge pull request #31 from maevsi/docs/invitation-feedback/none
Browse files Browse the repository at this point in the history
docs(invitation-feedback): add `none`
  • Loading branch information
dargmuesli authored Jun 23, 2023
2 parents 2e0ed2e + e987732 commit 86160bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion schema/schema.definition.sql
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ ALTER TYPE maevsi.invitation_feedback_paper OWNER TO postgres;
-- Name: TYPE invitation_feedback_paper; Type: COMMENT; Schema: maevsi; Owner: postgres
--

COMMENT ON TYPE maevsi.invitation_feedback_paper IS 'Possible choices on how to receive a paper invitation: paper, digital.';
COMMENT ON TYPE maevsi.invitation_feedback_paper IS 'Possible choices on how to receive a paper invitation: none, paper, digital.';


--
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/enum_invitation_feedback_paper.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ CREATE TYPE maevsi.invitation_feedback_paper AS ENUM (
'digital'
);

COMMENT ON TYPE maevsi.invitation_feedback_paper IS 'Possible choices on how to receive a paper invitation: paper, digital.';
COMMENT ON TYPE maevsi.invitation_feedback_paper IS 'Possible choices on how to receive a paper invitation: none, paper, digital.';

COMMIT;

0 comments on commit 86160bd

Please sign in to comment.