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
Similarly to #8499, a migration marked as cancelled does not mark completed_timestamp, keeping it as NULL, which leads to the artifact cleanup query not collecting artifact tables for this migration, which means artifacts are not being cleaned up.
Similarly to #8499, a migration marked as
cancelleddoes not markcompleted_timestamp, keeping it asNULL, which leads to the artifact cleanup query not collecting artifact tables for this migration, which means artifacts are not being cleaned up.