Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
zizdlp committed Aug 17, 2024
1 parent 3022935 commit 1063a03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ migrateup:
migratedown:
cd zbook_backend && \
migrate -path db/migration -database "$(DB_SOURCE)" -verbose down
convert_db:
cd zbook_database && \
python convert.py
import_data:
docker cp geoip_data.sql.gz $(POD_NAME):/tmp/
docker exec -it $(POD_NAME) sh -c "gunzip /tmp/geoip_data.sql.gz"
Expand Down

0 comments on commit 1063a03

Please sign in to comment.