Skip to content

Commit 3f9568a

Browse files
Merge pull request open5e#796 from open5e/2025-09-23_hotfix
Regenerating the altered descriptions.
2 parents b0a5188 + c1a9e5b commit 3f9568a

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

api_v2/migrations/0053_characterclass_desc_alter_ability_desc_and_more.py renamed to api_v2/migrations/0061_characterclass_desc_alter_abilitydescription_desc_and_more.py

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Generated by Django 5.2.1 on 2025-09-22 20:50
1+
# Generated by Django 5.2.1 on 2025-09-23 18:21
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('api_v2', '0052_merge_20250615_2121'),
9+
('api_v2', '0060_remove_condition_desc'),
1010
]
1111

1212
operations = [
@@ -16,12 +16,12 @@ class Migration(migrations.Migration):
1616
field=models.TextField(blank=True, help_text='Description of the game content item. Markdown.'),
1717
),
1818
migrations.AlterField(
19-
model_name='ability',
19+
model_name='abilitydescription',
2020
name='desc',
2121
field=models.TextField(blank=True, help_text='Description of the game content item. Markdown.'),
2222
),
2323
migrations.AlterField(
24-
model_name='alignment',
24+
model_name='alignmentdescription',
2525
name='desc',
2626
field=models.TextField(blank=True, help_text='Description of the game content item. Markdown.'),
2727
),
@@ -41,12 +41,7 @@ class Migration(migrations.Migration):
4141
field=models.TextField(blank=True, help_text='Description of the game content item. Markdown.'),
4242
),
4343
migrations.AlterField(
44-
model_name='condition',
45-
name='desc',
46-
field=models.TextField(blank=True, help_text='Description of the game content item. Markdown.'),
47-
),
48-
migrations.AlterField(
49-
model_name='conditionconcept',
44+
model_name='conditiondescription',
5045
name='desc',
5146
field=models.TextField(blank=True, help_text='Description of the game content item. Markdown.'),
5247
),
@@ -61,12 +56,12 @@ class Migration(migrations.Migration):
6156
field=models.TextField(blank=True, help_text='Description of the game content item. Markdown.'),
6257
),
6358
migrations.AlterField(
64-
model_name='creaturetype',
59+
model_name='creaturetypedescription',
6560
name='desc',
6661
field=models.TextField(blank=True, help_text='Description of the game content item. Markdown.'),
6762
),
6863
migrations.AlterField(
69-
model_name='damagetype',
64+
model_name='damagetypedescription',
7065
name='desc',
7166
field=models.TextField(blank=True, help_text='Description of the game content item. Markdown.'),
7267
),
@@ -131,7 +126,7 @@ class Migration(migrations.Migration):
131126
field=models.TextField(blank=True, help_text='Description of the game content item. Markdown.'),
132127
),
133128
migrations.AlterField(
134-
model_name='skill',
129+
model_name='skilldescription',
135130
name='desc',
136131
field=models.TextField(blank=True, help_text='Description of the game content item. Markdown.'),
137132
),

server/vector_index.pkl

-4.66 KB
Binary file not shown.

0 commit comments

Comments
 (0)