summaryrefslogtreecommitdiff
path: root/db/migrate/20151210030143_add_unlock_token_to_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20151210030143_add_unlock_token_to_user.rb')
-rw-r--r--db/migrate/20151210030143_add_unlock_token_to_user.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/db/migrate/20151210030143_add_unlock_token_to_user.rb b/db/migrate/20151210030143_add_unlock_token_to_user.rb
deleted file mode 100644
index 28b736adfb5..00000000000
--- a/db/migrate/20151210030143_add_unlock_token_to_user.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-class AddUnlockTokenToUser < ActiveRecord::Migration[4.2]
- def change
- add_column :users, :unlock_token, :string
- end
-end