Add schema changes to migration fix

This commit is contained in:
Oliver Azevedo Barnes 2013-08-05 13:41:59 -05:00
parent 7f4bc5550d
commit 2fc5a78c50

View file

@ -213,7 +213,7 @@ ActiveRecord::Schema.define(:version => 20130717104359) do
t.text "data", :null => false
end
add_index "o_embed_caches", ["url"], :name => "index_o_embed_caches_on_url", :length => {"url"=>767}
add_index "o_embed_caches", ["url"], :name => "index_o_embed_caches_on_url", :length => {"url"=>255}
create_table "participations", :force => true do |t|
t.string "guid"