Eric Bower
·
2022-08-03
1CREATE INDEX posts_filename ON posts USING btree(filename);
2ALTER TABLE app_users DROP COLUMN bio;
1CREATE INDEX posts_filename ON posts USING btree(filename);
2ALTER TABLE app_users DROP COLUMN bio;