chore: lowercase all emails
This commit is contained in:
parent
fe08895ac3
commit
734975c006
3 changed files with 1363 additions and 229 deletions
2
app/drizzle/0032_lowercase-email.sql
Normal file
2
app/drizzle/0032_lowercase-email.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- Custom SQL migration file, put your code below! --
|
||||
UPDATE users_table SET email = LOWER(TRIM(email));
|
||||
1125
app/drizzle/meta/0032_snapshot.json
Normal file
1125
app/drizzle/meta/0032_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -225,6 +225,13 @@
|
|||
"when": 1767863951955,
|
||||
"tag": "0031_graceful_squadron_supreme",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 32,
|
||||
"version": "6",
|
||||
"when": 1768136755563,
|
||||
"tag": "0032_lowercase-email",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue