Commit 3276f78e authored by Etienne Baqué's avatar Etienne Baqué

Moved migration to post_migrate folder

parent 1acc4e79
......@@ -6,6 +6,6 @@ class RemoveIdColumnFromIntermediateReleaseMilestones < ActiveRecord::Migration[
DOWNTIME = false
def change
remove_column :milestone_releases, :id
remove_column :milestone_releases, :id, :bigint
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