From 32df911836940b925638a1be8386b6449746452e Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 10 Jul 2018 15:45:01 +0200 Subject: [PATCH] docker: migrate all applications, not just layerindex If we're starting a new database, or one of the other applications (i.e. dependencies of the main layerindex application) has been upgraded, we need to be migrate all of the applications rather than just layerindex, so have migrate.sh do that. Signed-off-by: Paul Eggleton --- docker/migrate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/migrate.sh b/docker/migrate.sh index ea394c3..f654810 100755 --- a/docker/migrate.sh +++ b/docker/migrate.sh @@ -1,2 +1,2 @@ #!/bin/bash -python /opt/layerindex/manage.py migrate layerindex +python /opt/layerindex/manage.py migrate