diff --git a/db/migrate/20110518010050_disable_password_reset_for_accounts_without_usernames.rb b/db/migrate/20110518010050_disable_password_reset_for_accounts_without_usernames.rb new file mode 100644 index 000000000..fca3c53d0 --- /dev/null +++ b/db/migrate/20110518010050_disable_password_reset_for_accounts_without_usernames.rb @@ -0,0 +1,15 @@ +class DisablePasswordResetForAccountsWithoutUsernames < ActiveRecord::Migration + def self.up + execute < 20110517180148) do +ActiveRecord::Schema.define(:version => 20110518010050) do create_table "aspect_memberships", :force => true do |t| t.integer "aspect_id", :null => false