From 37b98e30151c1b1790c6736df962c65eb167deb4 Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Fri, 20 Apr 2012 22:51:12 +0600 Subject: [PATCH] [refs #396] fixing rollback --- db/migrate/20120418100619_add_token_authenticatable_to_users.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/db/migrate/20120418100619_add_token_authenticatable_to_users.rb b/db/migrate/20120418100619_add_token_authenticatable_to_users.rb index 7c0b7511a..1ea6d2416 100644 --- a/db/migrate/20120418100619_add_token_authenticatable_to_users.rb +++ b/db/migrate/20120418100619_add_token_authenticatable_to_users.rb @@ -10,6 +10,5 @@ class AddTokenAuthenticatableToUsers < ActiveRecord::Migration def self.down remove_column :users, :authentication_token - remove_index :users, :authentication_token end end