migrations: Fix comment in 0403.

This commit fixes the file name in comment in
0403_create_role_based_groups_for_internal_realms.py.
This commit is contained in:
Sahil Batra 2023-03-27 09:04:11 +05:30 committed by Tim Abbott
parent bed2bf64c4
commit a6fd41e012
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from django.db.migrations.state import StateApps
from django.utils.timezone import now as timezone_now
# This migration is a copy of
# zerver/migrations/0402_alter_usertopic_visibility_policy.py" run
# zerver/migrations/0382_create_role_based_system_groups.py" run
# for the internal realm only.