You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
605 B
25 lines
605 B
# Generated by Django 3.2 on 2023-03-12 16:03
|
|
import django.db.models.deletion
|
|
from django.db import migrations
|
|
from django.db import models
|
|
|
|
|
|
# Generated by Django 3.2 on 2023-03-08 11:48
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
('service', '0007_placementpoint_location_id'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='rayon',
|
|
name='AO',
|
|
field=models.ForeignKey(
|
|
on_delete=django.db.models.deletion.CASCADE, related_name='rayons',
|
|
to='service.ao',
|
|
),
|
|
),
|
|
]
|