test_fixtures: Note populate_db depends on server_initialization.py.

This should ensure that folks rebasing past this commit from an older
database model get their database rebuilt in the way that will
match the test_subs.py query count of 40.
This commit is contained in:
Tim Abbott 2020-02-03 10:38:04 -08:00
parent 9f150385bc
commit df110e8ff9
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ def template_database_status(
'zilencer/management/commands/populate_db.py',
'zerver/lib/bulk_create.py',
'zerver/lib/generate_test_data.py',
'zerver/lib/server_initialization.py',
'tools/setup/postgres-init-test-db',
'tools/setup/postgres-init-dev-db',
'zerver/migrations/0258_enable_online_push_notifications_default.py',