diff options
| -rw-r--r-- | db/migrate/20120830095442_add_invitable_to_user.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20120830095442_add_invitable_to_user.rb b/db/migrate/20120830095442_add_invitable_to_user.rb index 33720cb95..a4e72034c 100644 --- a/db/migrate/20120830095442_add_invitable_to_user.rb +++ b/db/migrate/20120830095442_add_invitable_to_user.rb @@ -13,6 +13,6 @@ class AddInvitableToUser < ActiveRecord::Migration # Allow null encrypted_password change_column :users, :encrypted_password, :string, :null => true # Allow null password_salt (add it if you are using Devise's encryptable module) - change_column :users, :password_salt, :string, :null => true + #change_column :users, :password_salt, :string, :null => true end end |
