diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-06 04:41:08 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-06 04:41:08 -0600 |
| commit | 5de9ec968d4b6fde4fa597e1ea463e91c6bcafee (patch) | |
| tree | c66fb41658892e1c088a7b601db606202d62fb1d /db/schema.rb | |
| parent | 64fc4ee7a8da9742c04ba189f05737a6d6075d7c (diff) | |
add creations counter_cache
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 12c9cdc9..cb643854 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20130702213105) do +ActiveRecord::Schema.define(:version => 20130706103848) do create_table "active_admin_comments", :force => true do |t| t.integer "resource_id", :null => false @@ -229,6 +229,7 @@ ActiveRecord::Schema.define(:version => 20130702213105) do t.string "authentication_token" t.string "invitation_token" t.string "full_address" + t.integer "creations_count", :default => 0 end add_index "users", ["authentication_token"], :name => "index_users_on_authentication_token", :unique => true |
