mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Merge migrations from main with feature branch
This commit is contained in:
parent
8f28f6cc1e
commit
70ee9ddf91
1 changed files with 12 additions and 0 deletions
12
src/khoj/database/migrations/0039_merge_20240501_0301.py
Normal file
12
src/khoj/database/migrations/0039_merge_20240501_0301.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Generated by Django 4.2.10 on 2024-05-01 03:01
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("database", "0038_merge_20240425_0857"),
|
||||
("database", "0038_merge_20240426_1640"),
|
||||
]
|
||||
|
||||
operations: list = []
|
Loading…
Add table
Reference in a new issue