3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-07-02 20:14:05 +00:00
coope/preferences/migrations/0011_auto_20190428_1321.py
2019-04-28 13:22:09 +02:00

24 lines
575 B
Python

# Generated by Django 2.1 on 2019-04-28 11:21
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('preferences', '0010_auto_20190428_1319'),
]
operations = [
migrations.RenameField(
model_name='generalpreferences',
old_name='alchohol_charter',
new_name='alcohol_charter',
),
migrations.RenameField(
model_name='historicalgeneralpreferences',
old_name='alchohol_charter',
new_name='alcohol_charter',
),
]