Update 0001_initial.py
Some checks are pending
DEPLOY_MULTI_BRACH/pipeline/pr-dev Build queued...
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good

This commit is contained in:
minguezsanzjuanjose
2026-04-15 01:16:07 +02:00
parent 5d69f89028
commit 84baf8fbda

View File

@@ -1,4 +1,4 @@
# Generated by Django 5.0.3 on 2026-04-14 22:57 # Generated by Django 5.0.3 on 2026-04-14 23:15
import django.utils.timezone import django.utils.timezone
from django.db import migrations, models from django.db import migrations, models
@@ -30,7 +30,6 @@ class Migration(migrations.Migration):
], ],
options={ options={
'db_table': 'audit_logs', 'db_table': 'audit_logs',
'managed': False,
}, },
), ),
] ]