Skip to content

Commit

Permalink
add description for the convert_to_pac_flg field
Browse files Browse the repository at this point in the history
  • Loading branch information
fecjjeng committed Oct 9, 2020
1 parent 3ddf360 commit 3db6487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webservices/common/models/committees.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class CommitteeHistory(BaseCommittee):
former_cand_id = db.Column(db.String(9), doc=docs.CANDIDATE_ID)
former_cand_name = db.Column(db.String(90), doc=docs.CANDIDATE_NAME)
former_cand_election_year = db.Column(db.Integer, doc=docs.CANDIDATE_ELECTION_YEAR)
convert_to_pac_flg = db.Column(db.Boolean)
convert_to_pac_flg = db.Column(db.Boolean, doc=docs.CONVERT_TO_PAC_FLG)


class CommitteeDetail(BaseConcreteCommittee):
Expand Down
2 changes: 2 additions & 0 deletions webservices/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@
COMMITTEE_YEAR = 'A year that the committee was active— (after original registration date \
or filing but before expiration date)'

CONVERT_TO_PAC_FLG = 'True indicates that a candidate committee had been converted to a PAC'

FILING_FREQUENCY = 'The one-letter \n\
code of the filing frequency:\n\
- A Administratively terminated\n\
Expand Down

0 comments on commit 3db6487

Please sign in to comment.