Merge branch 'master' into redis-better-error-handling_

This commit is contained in:
Hossein Shafagh
2019-07-30 11:43:49 -07:00
committed by GitHub

View File

@ -46,7 +46,7 @@ reset-db:
@echo "--> Enabling pg_trgm extension"
psql lemur -c "create extension IF NOT EXISTS pg_trgm;"
@echo "--> Applying migrations"
lemur db upgrade
cd lemur && lemur db upgrade
setup-git:
@echo "--> Installing git hooks"