UPDATED column in CUSTOMFIELDVALUE table

When was this column introduced?

We are doing some cleanup of custom fields and see that this column only shows up on more recently created issues.

As much as I’d like to just run the SQL below, unfortunately our CUSTOMFIELDVALUE table has grown too large for this to be practical

select min(updated) from customfieldvalue where updated is not null