Commit 62f03831a886c52885839d88649712a5675878c8
Exists in
master
and in
27 other branches
Merge remote-tracking branch 'origin/master'
Showing
2 changed files
with
10 additions
and
1 deletions
Show diff stats
db/migrate/20150122165042_change_address_type_to_text_in_external_feed.rb
0 → 100644
db/schema.rb
| ... | ... | @@ -316,7 +316,7 @@ ActiveRecord::Schema.define(:version => 20150113131617) do |
| 316 | 316 | create_table "external_feeds", :force => true do |t| |
| 317 | 317 | t.string "feed_title" |
| 318 | 318 | t.datetime "fetched_at" |
| 319 | - t.string "address" | |
| 319 | + t.text "address" | |
| 320 | 320 | t.integer "blog_id", :null => false |
| 321 | 321 | t.boolean "enabled", :default => true, :null => false |
| 322 | 322 | t.boolean "only_once", :default => true, :null => false | ... | ... |