mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
8 lines
121 B
SQL
8 lines
121 B
SQL
-- Up
|
|
|
|
UPDATE users
|
|
SET timesheets = REPLACE(timesheets, 'merch', 'monetisation')
|
|
WHERE timesheets is not null;
|
|
|
|
-- Down
|