mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 23:47:10 +00:00
chore(backend): improvements
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2 on 2025-04-07 21:25
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('review', '0002_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='review',
|
||||
name='evaluation',
|
||||
field=models.JSONField(blank=True, default=list, null=True, verbose_name='оценка'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user