Skip to content

Commit

Permalink
Merge fc90747 into df26710
Browse files Browse the repository at this point in the history
  • Loading branch information
nbedi committed Mar 12, 2016
2 parents df26710 + fc90747 commit 74b6d34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions calaccess_raw/models/lobbying.py
Original file line number Diff line number Diff line change
Expand Up @@ -3138,6 +3138,11 @@ class LobbyistEmployerFirms2Cd(CalAccessBaseModel):
This is an undocumented model.
"""
UNIQUE_KEY = False

DOCUMENTCLOUD_PAGES = [
DocumentCloud(id='2711614-CalAccessTablesWeb', start_page=96, end_page=96),
]

employer_id = fields.IntegerField(
db_column='EMPLOYER_ID',
help_text="Employer identification number",
Expand Down

0 comments on commit 74b6d34

Please sign in to comment.