Commit f2e1848a authored by Lin Jen-Shin's avatar Lin Jen-Shin

Revert "Try to reset the migration properly"

This reverts commit 81d44ae4.
parent 7ef2f99d
...@@ -6,11 +6,7 @@ class RemoveUserExternalMailColumns < ActiveRecord::Migration ...@@ -6,11 +6,7 @@ class RemoveUserExternalMailColumns < ActiveRecord::Migration
DOWNTIME = false DOWNTIME = false
def up def change
remove_column :users, :external_email, :boolean remove_column :users, :external_email, :boolean
end end
def down
add_column :users, :external_email, :boolean
end
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