Add schema changes to migration fix
This commit is contained in:
parent
7f4bc5550d
commit
2fc5a78c50
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue