New
parent
833cb874db
commit
83e98bf3e2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,23 @@
|
||||
# Generated by Django 4.2.5 on 2024-04-23 17:19
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('billing', '0039_recurringcycle_cycle_price'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='orderitem',
|
||||
old_name='due_at',
|
||||
new_name='end_at',
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='orderitem',
|
||||
name='terminated_at',
|
||||
field=models.DateField(blank=True, null=True),
|
||||
),
|
||||
]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue