Skip to content

Commit

Permalink
Updates to script and type codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Oct 10, 2023
1 parent 6858660 commit d19e217
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/src/main/resources/db/migration/V1.0.1__INSTITUTE_API.sql
Original file line number Diff line number Diff line change
Expand Up @@ -637,12 +637,12 @@ VALUES ('EAR_CHILD', 'Early Learning Child Care', 'Early Learning Child Care', n

INSERT INTO DISTRICT_CONTACT_TYPE_CODE (DISTRICT_CONTACT_TYPE_CODE, LABEL, DESCRIPTION, LEGACY_CODE,
DISPLAY_ORDER, EFFECTIVE_DATE, EXPIRY_DATE, CREATE_USER,
CREATE_DATE, UPDATE_USER, UPDATE_DATE, PUBLICLY_AVAIL)
CREATE_DATE, UPDATE_USER, UPDATE_DATE)
VALUES ('OL_LEARN', 'Online Learning Contact', 'Online Learning Contact', 'OL', 17,
to_date('2023-06-30 00:00:00', 'YYYY-MM-DD HH24:MI:SS'),
to_date('2099-12-31 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), 'IDIR/JOHCOX',
CURRENT_TIMESTAMP, 'IDIR/JOHCOX',
CURRENT_TIMESTAMP, TRUE);
to_date('2020-01-01 00:00:00', 'YYYY-MM-DD HH24:MI:SS'),
to_date('2099-12-31 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), 'IDIR/MVILLENE',
to_date('2019-12-20 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), 'IDIR/MVILLENE',
to_date('2019-12-20 00:00:00', 'YYYY-MM-DD HH24:MI:SS'));

INSERT INTO ADDRESS_TYPE_CODE (ADDRESS_TYPE_CODE, LABEL, DESCRIPTION,
DISPLAY_ORDER, EFFECTIVE_DATE, EXPIRY_DATE, CREATE_USER,
Expand Down

0 comments on commit d19e217

Please sign in to comment.