feat(DB): fixed missing enum value
This commit is contained in:
parent
ed21439a05
commit
655797865e
2 changed files with 4 additions and 2 deletions
|
|
@ -414,7 +414,8 @@ $$
|
|||
'ml_excessive_scrolling',
|
||||
'ml_slow_resources',
|
||||
'custom',
|
||||
'js_exception'
|
||||
'js_exception',
|
||||
'mouse_thrashing'
|
||||
);
|
||||
END IF;
|
||||
|
||||
|
|
|
|||
|
|
@ -316,7 +316,8 @@ $$
|
|||
'ml_excessive_scrolling',
|
||||
'ml_slow_resources',
|
||||
'custom',
|
||||
'js_exception'
|
||||
'js_exception',
|
||||
'mouse_thrashing'
|
||||
);
|
||||
|
||||
CREATE TABLE issues
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue