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;
git clone https://github.com/picosh/pico.git
1CREATE INDEX posts_filename ON posts USING btree(filename);
2ALTER TABLE app_users DROP COLUMN bio;