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

#30 Add optional parameter for migration dependencies #31

Merged
merged 17 commits into from
Nov 14, 2023

Conversation

ShockThunder
Copy link
Contributor

Add new parameter that allows to set dependencies for migration. If theres no applied dependencies in DB we throwing execption and stop migration process.

Curiosity.Migrations.sln Outdated Show resolved Hide resolved
src/Curiosity.Migrations/CHANGELOG.md Outdated Show resolved Hide resolved
src/Curiosity.Migrations/Migrations/IMigration.cs Outdated Show resolved Hide resolved
src/Curiosity.Migrations/MigrationEngine.cs Outdated Show resolved Hide resolved
src/Curiosity.Migrations/MigrationEngine.cs Outdated Show resolved Hide resolved
src/Curiosity.Migrations/Migrations/ScriptMigration.cs Outdated Show resolved Hide resolved
Copy link
Contributor

@Markeli Markeli left a comment

Choose a reason for hiding this comment

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

По сути - все правильно. Остались небольшие замечания по код стайлу и используемым типам данных.

@Markeli Markeli self-assigned this Nov 13, 2023
@Markeli Markeli merged commit 932b8e7 into master Nov 14, 2023
2 checks passed
@Markeli Markeli deleted the feature/migration-dependecies branch November 14, 2023 18:41
@Markeli Markeli changed the title ISSUE#30 Add optional parameter for migration dependencies #30 Add optional parameter for migration dependencies Nov 14, 2023
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.

None yet

2 participants