mirror of
https://github.com/ae-utbm/sith.git
synced 2024-10-31 19:38:04 +00:00
19 lines
447 B
Python
19 lines
447 B
Python
|
# Generated by Django 2.2.6 on 2019-10-05 22:49
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [("election", "0003_auto_20171202_1819")]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterField(
|
||
|
model_name="role",
|
||
|
name="order",
|
||
|
field=models.PositiveIntegerField(
|
||
|
db_index=True, editable=False, verbose_name="order"
|
||
|
),
|
||
|
)
|
||
|
]
|