Change duplicate entry 0130 from migration history and move new changes to 0133

This commit is contained in:
Jathn 2025-09-04 16:01:49 +03:00
parent 3ea2939ebc
commit 28be6a726d
2 changed files with 1 additions and 17 deletions

View File

@ -1,12 +1,10 @@
# Generated by Django 5.2.4 on 2025-09-04 10:50
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('extras', '0129_fix_script_paths'),
('extras', '0132_configcontextprofile'),
]
operations = [

View File

@ -1,14 +0,0 @@
# Generated by Django 5.2.5 on 2025-09-04 11:32
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('extras', '0130_alter_customfield_validation_maximum_and_more'),
('extras', '0132_configcontextprofile'),
]
operations = [
]