repos / pico

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

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

20220426_add_index_for_filename.sql

1CREATE INDEX posts_filename ON posts USING btree(filename);
2ALTER TABLE app_users DROP COLUMN bio;