Description
A CockroachDB cluster using row-level TTL for a table schedules background jobs that periodically delete expired data and add a field to the table metadata to indicate that the row-level TTL feature has been enabled for the table. Upgrading the cluster from CockroachDB v22.2.x to v23.1.9 erroneously deletes the field from the table metadata, causing the scheduled background jobs for that table to crash upon upgrade. This issue affects clusters that meet all of the following conditions:- The cluster was running CockroachDB v22.2.x.
- The cluster is upgraded to v23.1.9.
- The cluster contains any databases using the row-level TTL feature for their tables.

