mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-06 22:14:02 +02:00
Adapt media to ISBN
This commit is contained in:
18
media/migrations/0018_auto_20190811_0918.py
Normal file
18
media/migrations/0018_auto_20190811_0918.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.2.4 on 2019-08-11 07:18
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('media', '0017_auto_20190811_0918'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='media',
|
||||
old_name='cote',
|
||||
new_name='side_title',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user