-- Up UPDATE users SET timesheets = REPLACE(timesheets, 'merch', 'monetisation') WHERE timesheets is not null; -- Down