chore: lowercase all emails

This commit is contained in:
Nicolas Meienberger 2026-01-11 14:06:46 +01:00
parent fe08895ac3
commit 734975c006
3 changed files with 1363 additions and 229 deletions

View file

@ -0,0 +1,2 @@
-- Custom SQL migration file, put your code below! --
UPDATE users_table SET email = LOWER(TRIM(email));

File diff suppressed because it is too large Load diff

View file

@ -225,6 +225,13 @@
"when": 1767863951955, "when": 1767863951955,
"tag": "0031_graceful_squadron_supreme", "tag": "0031_graceful_squadron_supreme",
"breakpoints": true "breakpoints": true
},
{
"idx": 32,
"version": "6",
"when": 1768136755563,
"tag": "0032_lowercase-email",
"breakpoints": true
} }
] ]
} }