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
Modify Unsafe-data column (see #3) under the hood:
previously it used the unsafe_data and delqueue custom variable flags
we can represent this by using only 1 custom variable unsafe_data that can have the following values: (safe-data) ,1(unsafe-data) ,2 (in delete-queue).
The text was updated successfully, but these errors were encountered:
Modify Unsafe-data column (see #3) under the hood:
unsafe_data
anddelqueue
custom variable flagsunsafe_data
that can have the following values:1
(unsafe-data) ,2
(in delete-queue).The text was updated successfully, but these errors were encountered: