Fix incorrect model annotation for List#exclusive (#26313)

lolsob-rspec
Claire 2023-08-04 09:00:31 +02:00 committed by GitHub
parent 6ff571563c
commit a62fed3220
1 changed files with 1 additions and 1 deletions

View File

@ -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