2159fe5 frontend: add migration removing %40 characters from counter_stat

1 file Authored by frostyx 2 years ago, Committed by praiskup 2 years ago,
    frontend: add migration removing %40 characters from counter_stat
    
    See PR#2274
    See PR#2280
    
    Currently, we have some stat names with %40 in the production
    database.
    
        select * from counter_stat where name LIKE '%\%40%';
    
    Merges: #2313