Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Load candidates from .tsv, not .csv
  • Loading branch information
davorg committed Nov 28, 2014
1 parent 59e16e5 commit b2a06c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make_db
Expand Up @@ -19,7 +19,7 @@ mysql -u$TE_USER -p$TE_PASS -D$TE_DB < db/twittelect.sql
mysql -u$TE_USER -p$TE_PASS -D$TE_DB < db/constituency.dat
mysql -u$TE_USER -p$TE_PASS -D$TE_DB < db/party.dat

if [[ -f db/candidate.csv ]]
if [[ -f db/candidate.tsv ]]
then
bin/load_cand
fi
Expand Down

0 comments on commit b2a06c4

Please sign in to comment.