repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

pico / sql / migrations
Eric Bower · 03 Aug 22

20220426_add_index_for_filename.sql

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