feat(DB): fixed missing enum value

This commit is contained in:
Taha Yassine Kraiem 2023-03-31 10:42:17 +01:00
parent ed21439a05
commit 655797865e
2 changed files with 4 additions and 2 deletions

View file

@ -414,7 +414,8 @@ $$
'ml_excessive_scrolling',
'ml_slow_resources',
'custom',
'js_exception'
'js_exception',
'mouse_thrashing'
);
END IF;

View file

@ -316,7 +316,8 @@ $$
'ml_excessive_scrolling',
'ml_slow_resources',
'custom',
'js_exception'
'js_exception',
'mouse_thrashing'
);
CREATE TABLE issues