{{ model_name }}
{{ result.status }}
{% if result.actions %}
📋 Actions Performed:
-
{% for action in result.actions %}
- {{ action }} {% endfor %}
⚠️ Warnings:
-
{% for warning in result.warnings %}
- {{ warning }} {% endfor %}
❌ Errors:
-
{% for error in result.errors %}
- {{ error }} {% endfor %}
All Models in Sync!
No changes were needed for any models in your database.