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

major: Rename term :migration[s] to :operation[s] #2

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

julienvincent
Copy link
Contributor

While this tool is primarily intended to be used for running migrations, it can in fact be used for running any kind of once off operation. For example this can be used for seeding data in dev.

In order to encourage its broader use any instances of the term 'migration' has been renamed in this commit to 'operation'.

This change had already started to be implemented in previous commits, but this commit changes the public API to follow suite.

This will make it seem less weird to use a migration tool for other use-cases.

While this tool is primarily intended to be used for running migrations,
it can in fact be used for running any kind of once off operation. For
example this can be used for seeding data in dev.

In order to encourage its broader use any instances of the term
'migration' has been renamed in this commit to 'operation'.

This change had already started to be implemented in previous commits,
but this commit changes the public API to follow suite.

This will make it seem less weird to use a migration tool for other
use-cases.
@julienvincent julienvincent merged commit b8fe6a5 into master Feb 5, 2024
1 check passed
@julienvincent julienvincent deleted the jv/operations-rename branch February 5, 2024 11:07
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

Successfully merging this pull request may close these issues.

1 participant