init commit
This commit is contained in:
18
lottery/webapp/migrations/0008_invoice_used.py
Normal file
18
lottery/webapp/migrations/0008_invoice_used.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.6 on 2025-03-22 22:22
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('webapp', '0007_client_chat_disabled'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='invoice',
|
||||
name='used',
|
||||
field=models.BooleanField(default=False, verbose_name='Использован в розыгрыше'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user