You've already forked opc-backend
19 lines
431 B
Python
19 lines
431 B
Python
|
|
# Generated by Django 4.2.30 on 2026-04-26 15:46
|
||
|
|
|
||
|
|
from django.db import migrations, models
|
||
|
|
|
||
|
|
|
||
|
|
class Migration(migrations.Migration):
|
||
|
|
|
||
|
|
dependencies = [
|
||
|
|
('tasks', '0007_alter_task_options_alter_taskapplication_options_and_more'),
|
||
|
|
]
|
||
|
|
|
||
|
|
operations = [
|
||
|
|
migrations.AddField(
|
||
|
|
model_name='taskinvitation',
|
||
|
|
name='messages',
|
||
|
|
field=models.JSONField(default=list),
|
||
|
|
),
|
||
|
|
]
|