Add App Contracts
This commit is contained in:
19
contracts/migrations/0004_alter_contract_notice_id.py
Normal file
19
contracts/migrations/0004_alter_contract_notice_id.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 6.0.1 on 2026-02-18 20:09
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('contracts', '0003_alter_contract_company'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='contract',
|
||||
name='notice_id',
|
||||
field=models.CharField(default='000000000000000', max_length=31),
|
||||
preserve_default=False,
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user