Added migration
This commit is contained in:
parent
3f6aa21005
commit
4d55f80e6f
18
apps/booking/migrations/0002_auto_20191003_1601.py
Normal file
18
apps/booking/migrations/0002_auto_20191003_1601.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 2.2.4 on 2019-10-03 16:01
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('booking', '0001_initial_squashed_0010_auto_20190920_1206'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='booking',
|
||||
name='restaurant_id',
|
||||
field=models.TextField(default=None, verbose_name='booking service establishment id'),
|
||||
),
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user