You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
479 B

# Generated by Django 2.0.7 on 2019-01-13 23:55
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('course', '0046_auto_20181009_2334'),
]
operations = [
migrations.AddField(
model_name='course',
name='old_price',
field=models.DecimalField(blank=True, decimal_places=2, max_digits=10, null=True, verbose_name='Старая цена курса'),
),
]