mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-07-07 06:06:31 +00:00
17 lines
357 B
Python
17 lines
357 B
Python
# Generated by Django 5.2 on 2025-07-04 11:13
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("billing", "0008_alter_topup_options_topup_expired_topup_expires_at"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name="topup",
|
|
name="expired",
|
|
),
|
|
]
|