bump migration number

This commit is contained in:
AlanCoding 2020-05-14 14:39:38 -04:00
parent 71cf3198d8
commit b6a4c34b7a
No known key found for this signature in database
GPG Key ID: FD2C3C012A72926B

View File

@ -11,7 +11,7 @@ def convert_cloudforms_to_scm(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('main', '0114_v370_remove_deprecated_manual_inventory_sources'),
('main', '0115_v370_schedule_set_null'),
]
operations = [