mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-05-02 16:44:26 +02:00
bugfix: migration dependency corrected
This commit is contained in:
parent
dbdaca8dd4
commit
0399612e57
@ -7,7 +7,7 @@ from django.db import models, migrations
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('helpdesk', '0004_initial_data_import'),
|
('helpdesk', '0004_add_per_queue_staff_membership'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
Loading…
Reference in New Issue
Block a user