repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

pico / sql / migrations
Eric Bower  ·  2022-08-03

20220427_username_to_lower.sql

1UPDATE app_users SET name = LOWER(name) WHERE name != LOWER(name);