mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 04:01:02 +00:00
changelog: fix migration listing (#6806)
* changelog: fix runtime migration listing * changelog: fix db migration listing
This commit is contained in:
@@ -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.E1 -%}
|
||||
{%- elif pr.meta.E and pr.meta.E.E0 -%}
|
||||
{%- set_global runtime_migration_count = runtime_migration_count + 1 -%}
|
||||
{%- endif -%}
|
||||
{%- endfor %}
|
||||
@@ -23,7 +23,7 @@ Runtime migrations are operations running once during a runtime upgrade.
|
||||
|
||||
{%- if pr.meta.B and pr.meta.B.B0 %}
|
||||
{#- We skip silent ones -#}
|
||||
{%- elif pr.meta.E and pr.meta.E.E1 -%}
|
||||
{%- elif pr.meta.E and pr.meta.E.E0 -%}
|
||||
- {{ m_c::change(c=pr) }}
|
||||
{% endif -%}
|
||||
{% endfor -%}
|
||||
|
||||
Reference in New Issue
Block a user