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

Delete old squashed migrations

This commit is contained in:
Jeremy Stretch
2020-01-13 17:01:54 -05:00
parent 8f636d9636
commit 5c047faa1d
12 changed files with 1 additions and 1565 deletions

View File

@ -6,7 +6,7 @@ from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0001_api_tokens_squashed_0002_unicode_literals'),
('users', '0002_unicode_literals'),
]
operations = [