mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 20:11:50 -07:00
3 lines
No EOL
57 B
SQL
3 lines
No EOL
57 B
SQL
-- +goose Up
|
|
UPDATE users
|
|
SET username = LOWER(username); |