|
11 | 11 | #
|
12 | 12 | # It's strongly recommended to check this file into your version control system.
|
13 | 13 |
|
14 |
| -ActiveRecord::Schema.define(:version => 20130221173650) do |
| 14 | +ActiveRecord::Schema.define(:version => 20130224150724) do |
15 | 15 |
|
16 | 16 | create_table "activities", :force => true do |t|
|
17 | 17 | t.text "content"
|
|
57 | 57 | end
|
58 | 58 |
|
59 | 59 | create_table "users", :force => true do |t|
|
60 |
| - t.string "email", :default => "", :null => false |
61 |
| - t.string "encrypted_password", :limit => 128, :default => "", :null => false |
| 60 | + t.string "email", :default => "", :null => false |
| 61 | + t.string "encrypted_password", :limit => 128, :default => "", :null => false |
62 | 62 | t.string "reset_password_token"
|
63 | 63 | t.datetime "reset_password_sent_at"
|
64 | 64 | t.datetime "remember_created_at"
|
|
72 | 72 | t.text "last_name"
|
73 | 73 | t.text "ido_id"
|
74 | 74 | t.string "locale"
|
75 |
| - t.datetime "created_at", :null => false |
76 |
| - t.datetime "updated_at", :null => false |
| 75 | + t.datetime "created_at", :null => false |
| 76 | + t.datetime "updated_at", :null => false |
77 | 77 | t.text "gravatar_hash"
|
78 | 78 | t.boolean "active", :default => true
|
79 | 79 | t.string "username"
|
80 | 80 | t.boolean "is_admin"
|
81 |
| - t.string "status" |
| 81 | + t.string "status", :default => "active" |
82 | 82 | end
|
83 | 83 |
|
84 | 84 | add_index "users", ["authentication_token"], :name => "index_users_on_authentication_token", :unique => true
|
|
0 commit comments