2024-12-26 19:58:04 +01:00
|
|
|
# Generated by Django 5.1.3 on 2024-12-26 18:56
|
|
|
|
|
|
|
|
import django.db.models.deletion
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2024-12-26 22:37:10 +01:00
|
|
|
('mapdata', '0130_rangingbeacon_wifi_bssids'),
|
2024-12-26 19:58:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AddField(
|
|
|
|
model_name='dataoverlay',
|
|
|
|
name='edit_access_restriction',
|
|
|
|
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.PROTECT, related_name='edit_access_restrictions', to='mapdata.accessrestriction', verbose_name='Editor Access Restriction'),
|
|
|
|
),
|
|
|
|
]
|