bnovo
This commit is contained in:
19
pms_integration/migrations/0002_pmsconfiguration_hotels.py
Normal file
19
pms_integration/migrations/0002_pmsconfiguration_hotels.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 5.1.4 on 2024-12-25 06:48
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('hotels', '0003_rename_external_id_hotel_external_id_pms_and_more'),
|
||||
('pms_integration', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='pmsconfiguration',
|
||||
name='hotels',
|
||||
field=models.ManyToManyField(related_name='pms_configurations', to='hotels.hotel', verbose_name='Отели'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user