first push
This commit is contained in:
18
panel/migrations/0650_rename_trafic_to_traffic_code.py
Normal file
18
panel/migrations/0650_rename_trafic_to_traffic_code.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.13 on 2025-10-28 09:55
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('panel', '0649_auto_20251028_0940'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='poultryrequestquarantinecode',
|
||||
old_name='trafic_code',
|
||||
new_name='traffic_code',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user