main
parent
f7b5995535
commit
bf778b805d
Binary file not shown.
@ -0,0 +1,17 @@
|
|||||||
|
# Generated by Django 4.2.5 on 2024-04-10 11:10
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('billing', '0023_alter_item_project_alter_item_type'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name='item',
|
||||||
|
name='active',
|
||||||
|
),
|
||||||
|
]
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue