mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
12 lines
306 B
SQL
12 lines
306 B
SQL
-- Up
|
|
|
|
UPDATE inclusive
|
|
SET links = REPLACE(links, '"]', '","https://www.interakcja.org.pl/slownictwo/"]')
|
|
WHERE categories LIKE '%interpłciowość%';
|
|
|
|
UPDATE inclusive
|
|
SET links = REPLACE(links, '[]', '["https://www.interakcja.org.pl/slownictwo/"]')
|
|
WHERE categories LIKE '%interpłciowość%';
|
|
|
|
-- Down
|