Merge migrations from main with feature branch

This commit is contained in:
Debanjum Singh Solanky 2024-05-01 08:32:07 +05:30
parent 8f28f6cc1e
commit 70ee9ddf91

View file

@ -0,0 +1,12 @@
# Generated by Django 4.2.10 on 2024-05-01 03:01
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("database", "0038_merge_20240425_0857"),
("database", "0038_merge_20240426_1640"),
]
operations: list = []