FIX: active record annotation of topic model (#13250)
I've removed constraint from the excerpt column in 00300b1
, but forgot to change annotation
This commit is contained in:
parent
447d8dfc44
commit
2672358b72
|
@ -1813,7 +1813,7 @@ end
|
|||
# deleted_by_id :integer
|
||||
# participant_count :integer default(1)
|
||||
# word_count :integer
|
||||
# excerpt :string(1000)
|
||||
# excerpt :string
|
||||
# pinned_globally :boolean default(FALSE), not null
|
||||
# pinned_until :datetime
|
||||
# fancy_title :string(400)
|
||||
|
|
Loading…
Reference in New Issue