mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
18 lines
372 B
Python
18 lines
372 B
Python
# Generated by Django 2.2.7 on 2019-12-03 12:27
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('rental', '0023_reservation_quotation'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='reservation',
|
|
old_name='quotation',
|
|
new_name='price',
|
|
),
|
|
]
|