fix(migrations): merge generated migrations

This commit is contained in:
catvayor 2025-02-26 09:24:21 +01:00
parent bf30a9e510
commit 0674217526
Signed by untrusted user: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -0,0 +1,13 @@
# Generated by Django 4.2.16 on 2025-02-26 08:23
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("bda", "0019_auto_20220630_1245"),
("bda", "0019_auto_20240707_1359"),
]
operations = []