Skip to content

Commit

Permalink
add vehicles to setup process
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed May 21, 2020
1 parent f68259e commit d7b908a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions db/bin/initdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ psql -v ON_ERROR_STOP=1 \
--file setup/enums.sql \
--file setup/trips.sql \
--file setup/status_changes.sql \
--file setup/vehicles.sql \
--file setup/migrations.sql
1 change: 0 additions & 1 deletion db/bin/reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ psql -v ON_ERROR_STOP=1 --host "$POSTGRES_HOSTNAME" --dbname "$POSTGRES_DB" << E
CONNECTION LIMIT -1
;
EOSQL

psql -v ON_ERROR_STOP=1 --host "$POSTGRES_HOSTNAME" --dbname "$MDS_DB" << EOSQL
Expand Down

0 comments on commit d7b908a

Please sign in to comment.