Project

General

Profile

« Previous | Next » 

Revision 75367829

Added by Benjamin Dauvergne about 13 years ago

add reload target to the makefile

View differences:

Makefile
createdb calebasse
scp aps-prod:/home/calebasse/$(LAST_DUMP) .
bzip2 -dc ./$(LAST_DUMP) | psql calebasse
reload:
dropdb calebasse
createdb calebasse
bzip2 -dc ./$(LAST_DUMP) | psql calebasse

Also available in: Unified diff