mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 20:24:18 -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
|