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