From b894135faefc55ef2177894a998fcd031168ee54 Mon Sep 17 00:00:00 2001 From: Umair Khan Date: Fri, 21 Oct 2016 15:05:18 +0500 Subject: [PATCH] Check postgres-init-dev-db in is_template_database_current. --- zerver/lib/test_fixtures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zerver/lib/test_fixtures.py b/zerver/lib/test_fixtures.py index 50e3d361ae..0f3d3b88e3 100644 --- a/zerver/lib/test_fixtures.py +++ b/zerver/lib/test_fixtures.py @@ -102,6 +102,7 @@ def is_template_database_current( check_files = [ 'zilencer/management/commands/populate_db.py', 'tools/setup/postgres-init-test-db', + 'tools/setup/postgres-init-dev-db', ] if not os.path.exists(TEST_DB_STATUS_DIR):