mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -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
|
|
|