Bump migration number 186 to 187

This commit is contained in:
Seth Foster 2023-08-01 12:31:25 -04:00 committed by Seth Foster
parent 532e71ff45
commit 855f61a04e

View File

@ -14,7 +14,7 @@ def automatically_peer_from_control_plane(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('main', '0185_move_JSONBlob_to_JSONField'),
('main', '0186_drop_django_taggit'),
]
operations = [