From: Emilie Zawadzki Date: Fri, 11 Jan 2019 10:23:28 +0000 (+0100) Subject: [db] : add migration to restore_db_hard X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ec83479c838b64a38b78b5e9a7a960802d20eab4;p=docker-django-scripts.git [db] : add migration to restore_db_hard --- diff --git a/dev/restore_db_hard.sh b/dev/restore_db_hard.sh index 265adae..5674811 100755 --- a/dev/restore_db_hard.sh +++ b/dev/restore_db_hard.sh @@ -3,4 +3,5 @@ docker-compose stop sudo rm -rf var/lib/postgresql ./bin/dev/restore_db.sh +./bin/dev/migrate.sh ./bin/dev/up.sh \ No newline at end of file