Add autofollow option to invites (#7805)
* Add autofollow option to invites * Trigger CodeClimate rebuild
This commit is contained in:
parent
33dd9bf36d
commit
ca85658975
12 changed files with 108 additions and 18 deletions
|
@ -11,6 +11,7 @@
|
|||
# uses :integer default(0), not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# autofollow :boolean default(FALSE), not null
|
||||
#
|
||||
|
||||
class Invite < ApplicationRecord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue