Make exclusive to not null
This commit is contained in:
parent
a0ba919237
commit
2d49813dd8
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# replies_policy :integer default("list"), not null
|
||||
# exclusive :boolean default(FALSE)
|
||||
# exclusive :boolean default(FALSE), not null
|
||||
#
|
||||
|
||||
class List < ApplicationRecord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue