Add Committee Review Text Column

This commit is contained in:
Michael Ball 2021-03-02 21:21:20 -08:00
parent d067221f57
commit 4d067add46
8 changed files with 7 additions and 3 deletions

View file

@ -7,6 +7,7 @@
# id :bigint not null, primary key
# abstract :text
# comments_count :integer default(0), not null
# committee_review :text
# description :text
# guid :string not null
# is_highlight :boolean default(FALSE)