diff --git a/db/migrate/20110211021925_fix_target_on_notification.rb b/db/migrate/20110211021926_fix_target_on_notification.rb similarity index 100% rename from db/migrate/20110211021925_fix_target_on_notification.rb rename to db/migrate/20110211021926_fix_target_on_notification.rb diff --git a/db/schema.rb b/db/schema.rb index e3d444120..c3c50f55f 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20110211021925) do +ActiveRecord::Schema.define(:version => 20110211021926) do create_table "aspect_memberships", :force => true do |t| t.integer "aspect_id", :null => false