parent
f9412cd448
commit
8c286aa2f0
@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2 on 2023-03-13 18:02
|
||||
from django.db import migrations
|
||||
from django.db import models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('service', '0013_alter_placementpoint_status'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='placementpoint',
|
||||
name='postamat_id',
|
||||
field=models.TextField(blank=True, null=True, unique=True, verbose_name='ID постамата'),
|
||||
),
|
||||
]
|
||||
Loading…
Reference in new issue