Merged tootsuite/mastodon at dd5cb5085c35516163c7cce1289c4bd81c936a28.
This triggered two migratinos:
20170905044538 AddIndexIdAccountIdActivityTypeOnNotifications:
add_index(:notifications, [:id, :account_id, :activity_type], {:order=>{:id=>:desc}})
20170905165803 AddLocalToStatuses:
add_column(:statuses, :local, :boolean, {:null=>true, :default=>false})