mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 04:34:15 -04:00
7 lines
111 B
SQL
7 lines
111 B
SQL
-- Up
|
|
|
|
UPDATE profiles SET birthday = null WHERE birthday > '2008-12-13' OR birthday < '1900-01-01';
|
|
|
|
-- Down
|
|
|