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:
Andrei Prigorshnev 2021-06-02 18:16:03 +04:00 committed by GitHub
parent 447d8dfc44
commit 2672358b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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