Add a merge migration to resolve differences

This commit is contained in:
sabaimran
2025-01-20 08:34:57 -08:00
parent 1f59afe962
commit d1e7b5b234

View File

@@ -0,0 +1,12 @@
# Generated by Django 5.0.10 on 2025-01-20 16:33
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("database", "0079_entry_file_object"),
("database", "0080_speechtotextmodeloptions_ai_model_api"),
]
operations = []