Delete 0002_alter_log_options.py
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
# Generated by Django 5.0.3 on 2026-04-14 19:11
|
|
||||||
|
|
||||||
from django.db import migrations
|
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
|
||||||
|
|
||||||
dependencies = [
|
|
||||||
('backend_admin', '0001_initial'),
|
|
||||||
]
|
|
||||||
|
|
||||||
operations = [
|
|
||||||
migrations.AlterModelOptions(
|
|
||||||
name='log',
|
|
||||||
options={'managed': False},
|
|
||||||
),
|
|
||||||
]
|
|
||||||
Reference in New Issue
Block a user