refactor: Squash migrations so there is less of them for model notes
ref: #525 #389
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Generated by Django 5.1.5 on 2025-02-07 09:32
|
||||
# Generated by Django 5.1.5 on 2025-02-09 11:07
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
@ -8,7 +8,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('config_management', '0005_alter_configgrouphosts_organization_and_more'),
|
||||
('core', '0013_alter_manufacturer_organization_and_more'),
|
||||
('core', '0012_modelnotes'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
Reference in New Issue
Block a user