---
src/db/migrate/20090917192602_create_users.rb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/db/migrate/20090917192602_create_users.rb
b/src/db/migrate/20090917192602_create_users.rb
index 5b9f76e..67706fb 100644
--- a/src/db/migrate/20090917192602_create_users.rb
+++ b/src/db/migrate/20090917192602_create_users.rb
@@ -29,6 +29,8 @@ class CreateUsers < ActiveRecord::Migration
t.string :persistence_token, :null => false
t.string :single_access_token, :null => false
t.string :perishable_token, :null => false
+ t.string :first_name
+ t.string :last_name
# Magic columns, just like ActiveRecord's created_at and updated_at.
# These are automatically maintained by Authlogic if they are present.
t.integer :login_count, :null => false, :default => 0
--
1.6.6.1
_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel