[refs #396] fixing rollback

This commit is contained in:
Alexander Machehin 2012-04-20 22:51:12 +06:00
parent 24922cc43c
commit 37b98e3015
1 changed files with 0 additions and 1 deletions

View File

@ -10,6 +10,5 @@ class AddTokenAuthenticatableToUsers < ActiveRecord::Migration
def self.down
remove_column :users, :authentication_token
remove_index :users, :authentication_token
end
end