Re-add column locked_at on migration rollback
This commit is contained in:
parent
16cffa97f6
commit
43b03e9c5a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue