PronounsPage/migrations/088-timesheets-monetisation.sql

8 lines
121 B
SQL

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