mirror of
https://github.com/spbleadersofdigtal/backend.git
synced 2024-12-01 06:43:43 +03:00
19 lines
399 B
Python
19 lines
399 B
Python
|
# Generated by Django 4.2.4 on 2023-08-26 23:06
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
("decks", "0008_pdftopptxstorage_alter_question_type"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name="pitchdeck",
|
||
|
name="images",
|
||
|
field=models.JSONField(null=True),
|
||
|
),
|
||
|
]
|