chore: lower + trim usernames in db

This commit is contained in:
Nicolas Meienberger 2026-01-07 22:26:25 +01:00
parent 92ecb7d396
commit d5b918c3eb
3 changed files with 1122 additions and 0 deletions

View file

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

File diff suppressed because it is too large Load diff

View file

@ -211,6 +211,13 @@
"when": 1767819883495,
"tag": "0029_boring_luke_cage",
"breakpoints": true
},
{
"idx": 30,
"version": "6",
"when": 1767821088612,
"tag": "0030_lower-trim-username",
"breakpoints": true
}
]
}