diff --git a/scripts/ci/changelog/templates/migrations-db.md.tera b/scripts/ci/changelog/templates/migrations-db.md.tera index f70914aa8efd..130a61a12cb2 100644 --- a/scripts/ci/changelog/templates/migrations-db.md.tera +++ b/scripts/ci/changelog/templates/migrations-db.md.tera @@ -3,7 +3,7 @@ {%- for pr in changes -%} {%- if pr.meta.B and pr.meta.B.B0 %} {#- We skip silent ones -#} - {%- elif pr.meta.E and pr.meta.E.E2 -%} + {%- elif pr.meta.E and pr.meta.E.E1 -%} {%- set_global db_migration_count = db_migration_count + 1 -%} {%- endif -%} {%- endfor %} @@ -24,7 +24,7 @@ Some migrations may break compatibility, making a backup of your database is hig {%- if pr.meta.B and pr.meta.B.B0 %} {#- We skip silent ones -#} -{%- elif pr.meta.E and pr.meta.E.E2 -%} +{%- elif pr.meta.E and pr.meta.E.E1 -%} - {{ m_c::change(c=pr) }} {% endif -%} {% endfor -%}