Add cop to so indexes are to referred by name
Add a new cop that checks that index operations in migrations like remove_index, remove_concurrent_index, and index_exists? use an explicit index name rather than relying on rails behavior to infer the index name from the index definition.
Showing
Please register or sign in to comment