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

Align migration folder and crate names with prefix "migrate-" #704

Merged
merged 1 commit into from
Feb 4, 2020

Conversation

zmrow
Copy link
Contributor

@zmrow zmrow commented Feb 3, 2020

Issue #, if available:
Related to #606

Description of changes:
This changes the migration folder and crates names to be the same. It adds the previously agreed upon prefix migrate- to make these crates immediately recognizable as migrations.

Testing done:

  • Workspace builds correctly
  • Full OS builds without error

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@zmrow zmrow requested review from tjkirch and jahkeup February 3, 2020 20:03
Copy link
Contributor

@tjkirch tjkirch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, assuming you did a build to ensure the cargo workspace is laid out correctly.

@@ -1,5 +1,5 @@
[package]
name = "borkseed-migration"
name = "migrate-remove-region"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name = "migrate-remove-region"
name = "migrate-region"

I think this makes more sense now that it uses the helper.

Copy link
Member

@jahkeup jahkeup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 👏

@zmrow zmrow merged commit 1e99931 into develop Feb 4, 2020
@zmrow zmrow deleted the align-migration-names branch February 4, 2020 18:14
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.

3 participants