mirror of https://github.com/zulip/zulip.git
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:
parent
9f150385bc
commit
df110e8ff9
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue