forked from extern/django-helpdesk
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