chat qo'shildi

This commit is contained in:
2026-04-02 20:50:00 +05:00
parent 878301605c
commit 8f54bdedc2
44 changed files with 1344 additions and 13 deletions

View File

@@ -11,6 +11,17 @@ class Migration(migrations.Migration):
]
operations = [
# Mavjud integer qiymatlar ReferenceItem'da yo'q — FK qo'yishdan oldin NULL qilamiz
migrations.RunSQL(
sql="""
UPDATE "AutoEvaluation"
SET form_ownership = NULL,
property_rights = NULL,
rate_type = NULL,
value_determined = NULL;
""",
reverse_sql=migrations.RunSQL.noop,
),
migrations.AlterField(
model_name='autoevaluationmodel',
name='form_ownership',