mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Merge DB migrations from master with those from scheduled task feature
This commit is contained in:
parent
a5ed4f2af2
commit
0e01362469
1 changed files with 12 additions and 0 deletions
12
src/khoj/database/migrations/0038_merge_20240426_1640.py
Normal file
12
src/khoj/database/migrations/0038_merge_20240426_1640.py
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Generated by Django 4.2.10 on 2024-04-26 16:40
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
dependencies = [
|
||||||
|
("database", "0036_alter_processlock_name"),
|
||||||
|
("database", "0037_searchmodelconfig_bi_encoder_docs_encode_config_and_more"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations: list = []
|
Loading…
Reference in a new issue