mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2024-11-26 16:07:09 +00:00
19 lines
373 B
Python
19 lines
373 B
Python
# Generated by Django 2.2.4 on 2019-08-11 08:47
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('media', '0019_auto_20190811_0919'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='media',
|
|
old_name='side_title',
|
|
new_name='side_identifier',
|
|
),
|
|
]
|