diff --git a/sql/patch.sql b/sql/patch.sql index bf930415fb4..89274c8f9aa 100644 --- a/sql/patch.sql +++ b/sql/patch.sql @@ -47,3 +47,7 @@ -- #EndIf -- all blocks are terminated with and #EndIf statement. + +#IfRow2D list_options list_id recent_patient_columns option_id dob +UPDATE list_options SET option_id='DOB' WHERE list_id='recent_patient_columns' AND option_id='dob'; +#EndIf \ No newline at end of file