mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Merge DB migrations from master with those from scheduled task feature
This commit is contained in:
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 = []
|
||||
Reference in New Issue
Block a user