Skip to content

Remove health_status column from epics

Jarka Košanová requested to merge remove-health-status-epic-db into master

What does this MR do?

It removes the health_status column from the db.

Related issues and MRs

Migration output

Up

== 20200226124757 RemoveHealthStatusFromEpics: migrating ======================
-- remove_column(:epics, :health_status, :integer, {:limit=>2})
   -> 0.0016s
== 20200226124757 RemoveHealthStatusFromEpics: migrated (0.0046s) =============

Down

== 20200226124757 RemoveHealthStatusFromEpics: reverting ======================
-- add_column(:epics, :health_status, :integer, {:limit=>2})
   -> 0.0020s
== 20200226124757 RemoveHealthStatusFromEpics: reverted (0.0131s) =============

Does this MR meet the acceptance criteria?

Conformity

Edited by 🤖 GitLab Bot 🤖

Merge request reports