Change Scope of Existing Custom Dimension

Y a t-il un moyen de changer le scope d’une custom dimension deja existante?
Is there a way to change the scope of existing custom dimensions?

You can do it only with SQL query… (but be careful at the unique keys…)
Table matomo_custom_dimensions:

Field Type Null Key Default Extra
idcustomdimension bigint unsigned NO PRI NULL
idsite bigint unsigned NO PRI NULL
name varchar(100) NO NULL
index smallint unsigned NO NULL
scope varchar(10) NO NULL
active tinyint unsigned NO 0
extractions text NO NULL
case_sensitive tinyint unsigned NO 1