mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-07-01 05:01:19 +02:00
Rename migration for voting fix (#652)
This commit is contained in:
@ -8,7 +8,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
('helpdesk', '0017_default_owner_on_delete_null'),
|
||||
('helpdesk', '0020_depickle_user_settings'),
|
||||
]
|
||||
|
||||
operations = [
|
Reference in New Issue
Block a user