myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3742] trunk/db/schema.rb: Schema changes for fam


From: noreply
Subject: [myexperiment-hackers] [3742] trunk/db/schema.rb: Schema changes for family name additions
Date: Fri, 4 Oct 2013 14:45:58 +0000 (UTC)

Revision
3742
Author
fbacall
Date
2013-10-04 14:45:58 +0000 (Fri, 04 Oct 2013)

Log Message

Schema changes for family name additions

Modified Paths

Diff

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|

reply via email to

[Prev in Thread] Current Thread [Next in Thread]