Delete the `index_todos_on_author_id` index
This deletes the `index_todos_on_author_id` index in the `todos` table as the `index_todos_on_author_id_and_created_at` index supersedes it. We can get some disk space back by removint the obsolete index. Changelog: changed
上级
6151fbfa
No related branches found
No related tags found
显示
- db/post_migrate/20250304204818_delete_index_todos_on_author_id_and_created_at_index.rb 18 个添加, 0 个删除...8_delete_index_todos_on_author_id_and_created_at_index.rb
- db/schema_migrations/20250304204818 1 个添加, 0 个删除db/schema_migrations/20250304204818
- db/structure.sql 0 个添加, 2 个删除db/structure.sql
- spec/support/helpers/database/duplicate_indexes.yml 0 个添加, 3 个删除spec/support/helpers/database/duplicate_indexes.yml
db/schema_migrations/20250304204818
0 → 100644
想要评论请 注册 或 登录