From d516d0a0f82771adb75823aabb06dd247f1f3f67 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Tue, 17 May 2011 19:04:39 -0700 Subject: [PATCH] migration --- ...ssword_reset_for_accounts_without_usernames.rb | 15 +++++++++++++++ db/schema.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 db/migrate/20110518010050_disable_password_reset_for_accounts_without_usernames.rb 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