ajoute la migration oubliée
This commit is contained in:
parent
9ed2726ea9
commit
60d43c221b
17
fournée/core/migrations/0019_fourniture_prix.py
Normal file
17
fournée/core/migrations/0019_fourniture_prix.py
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.2.13 on 2024-10-09 16:54
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("core", "0018_recette_poids_préféré"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="fourniture",
|
||||
name="prix",
|
||||
field=models.DecimalField(decimal_places=3, default=0, max_digits=6),
|
||||
),
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user