diff --git a/changes/ocd-5153.sql b/changes/ocd-5153.sql new file mode 100644 index 00000000..3e1e15c6 --- /dev/null +++ b/changes/ocd-5153.sql @@ -0,0 +1,9 @@ +ALTER TABLE openchpl.attestation_checkin_report +ADD COLUMN IF NOT EXISTS attests_g7 boolean; + +ALTER TABLE openchpl.attestation_checkin_report +ADD COLUMN IF NOT EXISTS attests_g9 boolean; + +ALTER TABLE openchpl.attestation_checkin_report +ADD COLUMN IF NOT EXISTS attests_g10 boolean; +