Merge DB migrations post merge of SD3 via API support PR

This commit is contained in:
Debanjum Singh Solanky 2024-07-02 17:51:47 +05:30
parent c015eeb5dd
commit afcfc60637

View file

@ -0,0 +1,14 @@
# Generated by Django 4.2.11 on 2024-07-02 12:20
from typing import List
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("database", "0049_texttoimagemodelconfig_api_key_and_more"),
("database", "0050_alter_processlock_name"),
]
operations: List[str] = []