Skip to content

Commit

Permalink
include new statement_type when inserting into form460filing model
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonje committed Nov 14, 2017
1 parent d2a1389 commit cfcb235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions calaccess_processed/sql/load_form460filing_model.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ INSERT INTO calaccess_processed_form460filing (
amendment_count,
filer_id,
date_filed,
statement_type,
from_date,
thru_date,
filer_lastname,
Expand Down Expand Up @@ -33,6 +34,7 @@ SELECT
latest.amendment_count,
f460.filer_id,
f460.date_filed,
f460.statement_type,
f460.from_date,
f460.thru_date,
f460.filer_lastname,
Expand Down

0 comments on commit cfcb235

Please sign in to comment.