mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Merge DB migrations post merge of SD3 via API support PR
This commit is contained in:
parent
c015eeb5dd
commit
afcfc60637
1 changed files with 14 additions and 0 deletions
14
src/khoj/database/migrations/0051_merge_20240702_1220.py
Normal file
14
src/khoj/database/migrations/0051_merge_20240702_1220.py
Normal 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] = []
|
Loading…
Add table
Reference in a new issue