mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-07 11:44:02 +02:00
Forgot migrations
This commit is contained in:
17
media/migrations/0031_auto_20200522_1758.py
Normal file
17
media/migrations/0031_auto_20200522_1758.py
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated by Django 2.2.10 on 2020-05-22 15:58
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('media', '0030_auto_20200522_1757'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='bd',
|
||||
options={'ordering': ['title', 'subtitle'], 'verbose_name': 'BD', 'verbose_name_plural': 'BDs'},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user