You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have inconsistent data saved in the conditions and actions fields in Rule's data column because in the past we sometimes added a name field which is a human readable string describing what the rule is doing. This is unnecessary and makes it harder to compare and do analysis on rule data, so we should write a migration to delete all that stuff now that we're not writing that to the db anymore.
The text was updated successfully, but these errors were encountered:
This is a follow up to #54739
and #54746 to normalize the
issue alert rule data to not have the unnecessary "name" field.
We have 1,413,825 rows to check so I'm marking it as dangerous.
Closes#55115
Uh oh!
There was an error while loading. Please reload this page.
We have inconsistent data saved in the
conditions
andactions
fields inRule
'sdata
column because in the past we sometimes added aname
field which is a human readable string describing what the rule is doing. This is unnecessary and makes it harder to compare and do analysis on rule data, so we should write a migration to delete all that stuff now that we're not writing that to the db anymore.The text was updated successfully, but these errors were encountered: