bump migration

This commit is contained in:
AlanCoding 2019-09-16 10:02:36 -04:00
parent fdf9dd733b
commit e3c1189f56
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('main', '0088_v360_dashboard_optimizations'),
('main', '0089_v360_new_job_event_types'),
]
operations = [