18 lines
421 B
Python
18 lines
421 B
Python
|
# Generated by Django 4.2.16 on 2024-12-03 09:55
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
dependencies = [
|
||
|
("core", "0005_user_alter_berichtsheft_user_delete_azureuser"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name="berichtsheft",
|
||
|
name="num",
|
||
|
field=models.PositiveBigIntegerField(default=0),
|
||
|
),
|
||
|
]
|