Skip to content

Commit

Permalink
Move summary provider (#100)
Browse files Browse the repository at this point in the history
* move summary provider into profile #98

* update dep

* Create 0006_remove_file_ai_summary_provider_and_more.py

---------

Co-authored-by: Fadl <[email protected]>
  • Loading branch information
himynamesdave and fqrious authored Nov 29, 2024
1 parent b0a05e9 commit 459856d
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Generated by Django 5.1.1 on 2024-11-29 06:43

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('web', '0005_profile_ignore_image_refs_profile_ignore_link_refs'),
]

operations = [
migrations.RemoveField(
model_name='file',
name='ai_summary_provider',
),
migrations.AddField(
model_name='profile',
name='ai_summary_provider',
field=models.CharField(max_length=256, null=True),
),
]

0 comments on commit 459856d

Please sign in to comment.