Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Commit 67b6233

Browse files
committed
remove unneeded sql statement call in makefile
1 parent 135fb12 commit 67b6233

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

makefile.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ function populate_gestalt_db {
225225
echo ">> Populate gestalt database"
226226
# temporary hack
227227
psql -d gestalt -U gestalt_user -f ./database/create_all.sql
228-
psql -d gestalt -U gestalt_user -f ~/gestalt_econ_data.sql
229228
#psql -d gestalt -U gestalt_user -f ./database/create_persona.sql
230229
#psql -d gestalt -U gestalt_user -f ./database/create_workspace.sql
231230
#psql -d gestalt -U gestalt_user -f ./database/create_panel.sql

0 commit comments

Comments
 (0)