From bfc98e32f9838cb381c5b7893b80f06653321c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Mon, 22 Nov 2021 23:18:36 +0100 Subject: [PATCH] =?UTF-8?q?P=C5=99enastaven=C3=AD=20django=5Fsite=20na=20s?= =?UTF-8?q?pr=C3=A1vnou=20adresu=20(na=20testwebu)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0e34b508..84dae426 100644 --- a/Makefile +++ b/Makefile @@ -132,6 +132,7 @@ sync_test_db_aggressive: bash -c "psql mam_test <<< 'DROP OWNED BY \"mam-web\";'" pg_restore -c --if-exists -d mam_test dump-prod.sql rm dump-prod.sql + bash -c "psql mam_test <<< UPDATE django_site SET name=\'MaMweb (test)\', domain=\'mam-test.ks.matfyz.cz\' WHERE id=1" @echo Done. # Sync test with production