Check postgres-init-dev-db in is_template_database_current.

This commit is contained in:
Umair Khan
2016-10-21 15:05:18 +05:00
committed by Tim Abbott
parent 176825d335
commit b894135fae

View File

@@ -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):