Merge branch 'develop' into feature/gm-148
This commit is contained in:
commit
a763bb8a3a
|
|
@ -10,7 +10,11 @@ class Migration(migrations.Migration):
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.AlterField(
|
migrations.RemoveField(
|
||||||
|
model_name='booking',
|
||||||
|
name='restaurant_id',
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
model_name='booking',
|
model_name='booking',
|
||||||
name='restaurant_id',
|
name='restaurant_id',
|
||||||
field=models.TextField(default=None, verbose_name='booking service establishment id'),
|
field=models.TextField(default=None, verbose_name='booking service establishment id'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user