Koito/db/migrations/000004_fix_usernames.sql

3 lines
No EOL
57 B
SQL

-- +goose Up
UPDATE users
SET username = LOWER(username);