1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Updated migrations to account for extras/0017_exporttemplate_mime_type_length

This commit is contained in:
Jeremy Stretch
2019-03-05 13:46:37 -05:00
parent c52d077f92
commit 8a1d7fdb37
9 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ class Migration(migrations.Migration):
dependencies = [
('tenancy', '0005_change_logging'),
('extras', '0017_tag_taggeditem'),
('extras', '0018_tag_taggeditem'),
]
operations = [