main
parent
c78f9a7a4a
commit
f7b5995535
@ -0,0 +1,25 @@
|
|||||||
|
# Generated by Django 4.2.5 on 2024-04-10 11:04
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
import django.db.models.deletion
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('osinacore', '0065_alter_customerprofile_status'),
|
||||||
|
('billing', '0022_remove_item_cancelled_at_remove_item_created_at_and_more'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='item',
|
||||||
|
name='project',
|
||||||
|
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='osinacore.project'),
|
||||||
|
),
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='item',
|
||||||
|
name='type',
|
||||||
|
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='osinacore.projecttype'),
|
||||||
|
),
|
||||||
|
]
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue