1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00
acronomy/acros/migrations/0035_acrooftheday_order.py
2020-07-06 19:54:36 +02:00

19 lines
421 B
Python

# Generated by Django 3.0.8 on 2020-07-06 17:37
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('acros', '0034_acrooftheday'),
]
operations = [
migrations.AddField(
model_name='acrooftheday',
name='order',
field=models.SmallIntegerField(default=1),
preserve_default=False,
),
]