mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
second patch on eboutic
This commit is contained in:
18
counter/migrations/0018_producttype_priority.py
Normal file
18
counter/migrations/0018_producttype_priority.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.15 on 2022-11-16 18:35
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("counter", "0017_studentcard"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="producttype",
|
||||
name="priority",
|
||||
field=models.PositiveIntegerField(default=0),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user