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

Migrations should be able to report *why* it is migrating #1510

Open
parsonsmatt opened this issue Aug 1, 2023 · 0 comments
Open

Migrations should be able to report *why* it is migrating #1510

parsonsmatt opened this issue Aug 1, 2023 · 0 comments

Comments

@parsonsmatt
Copy link
Collaborator

Migrations will report "what to do" in order to bring something up to spec, but they don't report "why."

For some casees, (ie add column or create table) this is straightforward - the thing didn't exist previously. But for alter, we should have enough information to determine why a migration is necessary - "the constraint is spelled wrong" is distinct from "the types are wrong."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant