mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-07-07 06:06:31 +00:00
18 lines
394 B
Python
18 lines
394 B
Python
# Generated by Django 5.2 on 2025-07-03 12:04
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("billing", "0006_topup_mib_reference"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="topup",
|
|
name="paid_at",
|
|
field=models.DateTimeField(blank=True, null=True),
|
|
),
|
|
]
|