diff options
| author | mo k <mo@mokhan.ca> | 2012-10-10 22:14:37 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-10-10 22:14:37 -0600 |
| commit | f28f5a8512ac85edcd7a20680e25cbba3fcbf4c1 (patch) | |
| tree | 815c83d7d76f48b108cd20f71406d87f84bdb9cc /db | |
| parent | a11885972e18a4fe01ecfe10c407ea92337b0489 (diff) | |
add new prod backup and update the schema.rb
Diffstat (limited to 'db')
| -rw-r--r-- | db/schema.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 8d741a9a..ef6c8599 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 => 20121007153155) do +ActiveRecord::Schema.define(:version => 20121010190225) do create_table "active_admin_comments", :force => true do |t| t.integer "resource_id", :null => false @@ -130,6 +130,8 @@ ActiveRecord::Schema.define(:version => 20121007153155) do t.boolean "is_primary", :default => false end + add_index "photos", ["is_primary"], :name => "index_photos_on_is_primary" + create_table "taggings", :force => true do |t| t.integer "tag_id" t.integer "taggable_id" |
