Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrations: Fix migration discrepancy on a system table.
Previously, the migration code for system table `statement_diagnostics_requests` results in discrepancies when compared to the table definition after bootstrapping. The discrepanies are summarized in cockroachdb#77980. This PR fixes it to ensure this table has exactly the same definition after cluster upgrading as that from bootstrapping. Release note (bug fix): Ensure the migration logic for `system.statement_diagnostics_requests` results in a table definition that is identical to that from bootstrapping. Fixes: cockroachdb#77980 Sister Issue: cockroachdb#78302
- Loading branch information