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
sql: remove deprecated cols from crdb_internal.jobs, SHOW
The 'stated' column in SHOW JOBS just duplicated the value of returned in the 'created' column.
The removed columns in the internal table were always populated with fixed null placeholders since 25.1.
Release note (sql change): the 'started' column in SHOW JOBS, which was just a duplicate of the 'created' column, has been removed.
Epic: none.
0 commit comments