Modified: trunk/db/schema.rb (3741 => 3742)
--- trunk/db/schema.rb 2013-10-04 13:37:41 UTC (rev 3741)
+++ trunk/db/schema.rb 2013-10-04 14:45:58 UTC (rev 3742)
@@ -9,7 +9,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20130910094137) do
+ActiveRecord::Schema.define(:version => 20130930140455) do
create_table "activities", :force => true do |t|
t.string "subject_type"
@@ -826,6 +826,8 @@
t.datetime "reset_password_code_until"
t.string "account_status"
t.integer "spam_score"
+ t.string "given_name"
+ t.string "family_name"
end
create_table "viewings", :force => true do |t|