mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
9 lines
128 B
SQL
9 lines
128 B
SQL
-- Up
|
|
|
|
UPDATE "profiles"
|
|
SET "flags" = replace("flags", ',"Lipstick Lesbian"', '')
|
|
WHERE "flags" LIKE '%questioning%'
|
|
|
|
-- Down
|
|
|