Skip to content

Commit

Permalink
Re-do migrations following rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEtchells committed Oct 11, 2024
1 parent 10df734 commit c73a52e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 5.1.1 on 2024-10-10 14:33
# Generated by Django 5.1.1 on 2024-10-11 07:59

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('redbox_core', '0047_aisettings_agentic_give_up_question_prompt_and_more'),
('redbox_core', '0048_chatllmbackend_aisettings_new_chat_backend_and_more'),
]

operations = [
Expand Down

0 comments on commit c73a52e

Please sign in to comment.