feat: add comprehensive GitHub workflow and development tools
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0.6 on 2025-08-23 21:39
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('stiftung', '0008_dokumentlink_destinataer_id_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='dokumentlink',
|
||||
name='paperless_document_id',
|
||||
field=models.IntegerField(),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user