3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-07-04 21:04:04 +00:00
coope/preferences/migrations/0011_auto_20190428_1321.py

24 lines
575 B
Python
Raw Normal View History

2019-04-28 11:22:09 +00:00
# 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',
),
]