pastes.sh/db/migrations/20220426_add_index_for_file...

3 lines
99 B
MySQL
Raw Normal View History

2022-07-13 19:30:27 +02:00
CREATE INDEX posts_filename ON posts USING btree(filename);
ALTER TABLE app_users DROP COLUMN bio;