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

Added migration manual versioned ordering #13

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

jacksondelametter
Copy link
Contributor

No description provided.

README.md Outdated
}
]
```
If Baton is executed, migrations would be ordered in which they are specified (migration_1, migration_2, migration_3, migration_4)
Copy link

@aaron-gary aaron-gary Apr 10, 2024

Choose a reason for hiding this comment

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

Re-wording suggestion:

If Baton is executed on an ordered migration json, then migrations would be processed in the order in which they were specified (migration_1, migration_2, migration_3, migration_4)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

README.md Outdated
}
]
```
If Baton is executed, migrations would be ordered by ascending version number (migration_3, migration_2, migration_1, migration_4)

Choose a reason for hiding this comment

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

Re-wording suggestion:

If Baton is executed on a versioned migration json, then migrations would be processed by the version number in ascending order (migration_3, migration_2, migration_1, migration_4)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

@jacksondelametter jacksondelametter merged commit 252fbd0 into dev Apr 11, 2024
1 check passed
@jacksondelametter jacksondelametter deleted the migration_ordering_feature branch April 11, 2024 14:53
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.

2 participants