mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-07-18 14:54:30 +02:00
BUGFIX: Fixing migration merge conflict.
This commit is contained in:
@ -8,7 +8,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('helpdesk', '0011_admin_related_improvements'),
|
||||
('helpdesk', '0012_queue_default_owner'),
|
||||
]
|
||||
|
||||
operations = [
|
Reference in New Issue
Block a user