-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
1,243 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
bots/migrations/0076_alter_workflowmetadata_default_image_and_more.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Generated by Django 4.2.7 on 2024-07-05 13:44 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('bots', '0075_alter_publishedrun_workflow_alter_savedrun_workflow_and_more'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='workflowmetadata', | ||
name='default_image', | ||
field=models.URLField(blank=True, default='', help_text='Image shown on explore page'), | ||
), | ||
migrations.AlterField( | ||
model_name='workflowmetadata', | ||
name='help_url', | ||
field=models.URLField(blank=True, default='', help_text='(Not implemented)'), | ||
), | ||
migrations.AlterField( | ||
model_name='workflowmetadata', | ||
name='meta_keywords', | ||
field=models.JSONField(blank=True, default=list, help_text='(Not implemented)'), | ||
), | ||
migrations.AlterField( | ||
model_name='workflowmetadata', | ||
name='short_title', | ||
field=models.TextField(help_text='Title used in breadcrumbs'), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.