fix migration
This commit is contained in:
parent
cf364ae647
commit
ee5f549297
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from django.db import migrations, models
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('mapdata', '0102_rename_bssid_rangingbeacon_wifi_bssid_and_more'),
|
('mapdata', '0103_report_flow_overhaul'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Add table
Add a link
Reference in a new issue