[refs #396] fixing rollback
This commit is contained in:
parent
24922cc43c
commit
37b98e3015
|
@ -10,6 +10,5 @@ class AddTokenAuthenticatableToUsers < ActiveRecord::Migration
|
|||
|
||||
def self.down
|
||||
remove_column :users, :authentication_token
|
||||
remove_index :users, :authentication_token
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue