zerobyte/app/drizzle/20260111130555_lowercase-email/migration.sql
2026-02-01 14:33:15 +01:00

2 lines
105 B
SQL

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