Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new check to ensure composite indexes are dropped ahead of remo… #141

Merged
merged 1 commit into from Apr 12, 2024

Conversation

CharlotteFeather
Copy link
Member

@CharlotteFeather CharlotteFeather commented Apr 10, 2024

To prevent composite indexes being dropped by accident. A check has been added to ensure no composite index is present before removing the column. Indexes on the column only do not need to be removed before dropped the column.

In addition, there were a few rubocop failures fixed in this PR on other files.

@CharlotteFeather CharlotteFeather requested a review from a team as a code owner April 10, 2024 16:20
@CharlotteFeather CharlotteFeather force-pushed the explicitly-ensure-indexes-removed branch from e7f0ecb to c67f764 Compare April 12, 2024 09:15
@CharlotteFeather CharlotteFeather force-pushed the explicitly-ensure-indexes-removed branch from c67f764 to c800962 Compare April 12, 2024 09:21
@CharlotteFeather CharlotteFeather merged commit be9e6f8 into master Apr 12, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants