mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-12 18:16:21 +00:00
Fix incorrect model annotation for List#exclusive (#26313)
This commit is contained in:
parent
04e7efac3f
commit
9405e9af58
|
@ -10,7 +10,7 @@
|
||||||
# created_at :datetime not null
|
# created_at :datetime not null
|
||||||
# updated_at :datetime not null
|
# updated_at :datetime not null
|
||||||
# replies_policy :integer default("list"), not null
|
# replies_policy :integer default("list"), not null
|
||||||
# exclusive :boolean default(FALSE)
|
# exclusive :boolean default(FALSE), not null
|
||||||
#
|
#
|
||||||
|
|
||||||
class List < ApplicationRecord
|
class List < ApplicationRecord
|
||||||
|
|
Loading…
Reference in a new issue