Commit f28f5a85

mo k <mo@mokhan.ca>
2012-10-11 04:14:37
add new prod backup and update the schema.rb
1 parent a118859
Changed files (1)
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"