Commit 43b03e9c authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Re-add column locked_at on migration rollback

parent 16cffa97
......@@ -6,6 +6,6 @@ class RemoveLockedAtColumnFromMergeRequests < ActiveRecord::Migration
end
def down
# nothing to do to recover the values
add_column :merge_requests, :locked_at, :datetime_with_timezone
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment