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

Add DDL drop indexes #200

Merged
merged 2 commits into from
Feb 1, 2024
Merged

Commits on Feb 1, 2024

  1. Fix drop indexes

    DROP CONSTRAINT doesn't successfully drop indexes with Amazon Aurora.
    Change to DROP INDEX syntax as this is supported and functions as
    intended
    
    Signed-off-by: Will Jones <will@stratagem-uk.tech>
    Will Jones authored and Xerkus committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    72fba96 View commit details
    Browse the repository at this point in the history
  2. Fix broken alter table test

    Signed-off-by: Will Jones <will@stratagem-uk.tech>
    Will Jones authored and Xerkus committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a545d15 View commit details
    Browse the repository at this point in the history