first commit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Generated by Django 5.2.7 on 2025-11-01 11:15
|
||||
# Generated by Django 6.0 on 2025-12-24 11:22
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.conf import settings
|
||||
@@ -31,7 +31,9 @@ class Migration(migrations.Migration):
|
||||
('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
||||
('name', models.CharField(max_length=100)),
|
||||
('debit', models.BooleanField(default=True)),
|
||||
('credit', models.BooleanField(default=False)),
|
||||
('firm', models.BooleanField(default=True)),
|
||||
('month', models.BooleanField(default=False)),
|
||||
('notes', models.TextField(blank=True, null=True)),
|
||||
],
|
||||
options={
|
||||
|
||||
Reference in New Issue
Block a user