first base of project-changed apps: Herd-livestock-tag-log-elasticsearch-
This commit is contained in:
16
apps/log/migrations/0002_delete_log.py
Normal file
16
apps/log/migrations/0002_delete_log.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 4.2.21 on 2025-05-17 09:03
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('log', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='Log',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user