Merge pull request 'merge migrations' (#151) from behruz into main
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 3m0s
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 3m0s
Reviewed-on: #151
This commit is contained in:
13
core/apps/evaluation/migrations/0050_merge_20260506_1807.py
Normal file
13
core/apps/evaluation/migrations/0050_merge_20260506_1807.py
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Generated by Django 5.2.7 on 2026-05-06 13:07
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("evaluation", "0047_autoevaluationmodel_tender_contract_date_and_more"),
|
||||||
|
("evaluation", "0049_mechanicauto_customer_fields"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = []
|
||||||
Reference in New Issue
Block a user