new update
This commit is contained in:
18
sheets/migrations/0004_alter_secondtableentry_lhe_output.py
Normal file
18
sheets/migrations/0004_alter_secondtableentry_lhe_output.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.1 on 2025-07-08 13:35
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('sheets', '0003_alter_secondtableentry_lhe_output'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='secondtableentry',
|
||||
name='lhe_output',
|
||||
field=models.CharField(blank=True, max_length=100, null=True),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user