parent
f0ef16f753
commit
70a5f994cd
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 4.2.11 on 2024-04-23 13:09 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0028_rename_productid_purchase_product_id_and_more'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='purchase', |
||||||
|
name='quantity', |
||||||
|
field=models.IntegerField(blank=True, null=True), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue