first commit
This commit is contained in:
18
Base/migrations/0003_alter_chartofaccount_prof.py
Normal file
18
Base/migrations/0003_alter_chartofaccount_prof.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.8 on 2025-12-26 15:30
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('Base', '0002_chartofaccount_prof'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='chartofaccount',
|
||||
name='prof',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user