mirror of
https://github.com/nanoy42/coope
synced 2024-11-04 17:06:27 +00:00
23 lines
575 B
Python
23 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',
|
|
),
|
|
]
|