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

Handle foreign keys and indices properly in SQLite and add e2e tests #94

Merged
merged 1 commit into from
Jun 23, 2020

Commits on Jun 21, 2020

  1. Handle foreign keys and indices properly in SQLite and add e2e tests

    This patch resolves issues with `change_column` and `drop_column` which previously caused duplicate or missing indices and foreign keys. To prevent future regressions and help debugging,
    a new e2e-test pipeline has been added to the project and the CI. Documentation for running the tests has been added to the README.
    
    End-to-end tests currently support MySQL, PostgreSQL, and SQLite and do not yet cover other SQL dialects.
    
    During review, please help ensure that the SQL fixtures are not missing something :)
    
    Closes gobuffalo#92
    aeneasr committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    1d7ad9d View commit details
    Browse the repository at this point in the history