forked from extern/django-helpdesk
Rename migration for voting fix (#652)
This commit is contained in:
parent
3a5e49452b
commit
c3746ce7b0
@ -8,7 +8,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||||
('helpdesk', '0017_default_owner_on_delete_null'),
|
('helpdesk', '0020_depickle_user_settings'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in New Issue
Block a user