Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changes/ocd-5318.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- After HTI-5 the user only has to specify one or the other of UCD Process or freetext details
-- so we need to allow the mapping to UCD Process to be null

ALTER TABLE openchpl.certification_result_ucd_process
ALTER COLUMN ucd_process_id DROP NOT NULL;