Merge tootsuite/master at 3023725936

This commit is contained in:
Surinna Curtis
2017-11-16 01:21:16 -06:00
230 changed files with 8548 additions and 567 deletions

View File

@@ -5,9 +5,10 @@
#
# created_at :datetime not null
# updated_at :datetime not null
# account_id :bigint not null
# id :bigint not null, primary key
# target_account_id :bigint not null
# account_id :bigint not null
# id :bigint not null, primary key
# target_account_id :bigint not null
# show_reblogs :boolean default(TRUE), not null
#
class Follow < ApplicationRecord