Skip to content

Commit

Permalink
Enabled genders x & u
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Aug 20, 2024
1 parent 87ea476 commit 910eab8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/src/main/resources/db/migration/V1.0.36__STUDENT_API.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
INSERT INTO STUDENT_SEX_CODE (SEX_CODE, LABEL, DESCRIPTION, DISPLAY_ORDER, EFFECTIVE_DATE, EXPIRY_DATE,
CREATE_USER, CREATE_DATE, UPDATE_USER, UPDATE_DATE)
VALUES ('X', 'Gender Diverse',
'Persons whose current gender is not exclusively as male or female. It includes people who do not have one gender, have no gender, are non-binary, or are Two-Spirit.',
3, to_date('2020-01-01', 'YYYY-MM-DD'), to_date('2099-12-31', 'YYYY-MM-DD'), 'IDIR/GRCHWELO',
to_date('2019-11-07', 'YYYY-MM-DD'), 'IDIR/GRCHWELO', to_date('2019-11-07', 'YYYY-MM-DD'));

0 comments on commit 910eab8

Please sign in to comment.