Skip to content

Commit

Permalink
make null empty for data_warning in committees
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed Jul 16, 2024
1 parent bcaafa8 commit 9759958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ do-import-spreadsheets:
csvsql --db postgresql:///$(DATABASE_NAME) --insert --no-create --no-inference $(CSV_PATH)/committees.csv
echo 'ALTER TABLE "committees" ADD COLUMN id SERIAL PRIMARY KEY;' | psql $(DATABASE_NAME)
./bin/remove-whitespace $(DATABASE_NAME) committees Filer_NamL
./bin/make-null-empty $(DATABASE_NAME) committees data_warning

echo 'DROP TABLE IF EXISTS office_elections CASCADE;' | psql $(DATABASE_NAME)
./bin/create-table $(DATABASE_NAME) $(CSV_PATH) office_elections
Expand Down

0 comments on commit 9759958

Please sign in to comment.