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
33from django .db import migrations , models
44
55
66class 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 ),
0 commit comments