Skip to content

Draft: POC: Find areas triggering `update_columns` to a specific table

Manoj M J requested to merge mmj-poc-cluster-agent-tokens into master

What does this MR do and why?

Based on the discussion in https://gitlab.slack.com/archives/C01TQ838Y3T/p1709032747402819

POC to understand if we can reliably figure out areas in the codebase that trigger update_columns/update_all/update_column methods to a specific table.

If we can find out such areas, that can help us identify if adding a NOT NULL constraint on the table for a new column would cause problems or not.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Manoj M J

Merge request reports

Loading