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

Merge AppVersions Information into __EFMigrationsHistory table #1398

Merged
merged 2 commits into from
May 25, 2021
Merged

Merge AppVersions Information into __EFMigrationsHistory table #1398

merged 2 commits into from
May 25, 2021

Conversation

cnurse
Copy link
Contributor

@cnurse cnurse commented May 25, 2021

The initial Migrations implementation introduced an AppVersions table to track the information that was not handled by the core Migrations History table. This PR adds the AppliedVersion and AppliedDate field to the Migrations History table by overriding the relevant HistoryRepository tables for each database.

NOTE: that because MySQL's HistoryRepository table is internal this feature is not available for MySQL - which will only contain the standard default columns.

@sbwalker sbwalker merged commit bb92011 into oqtane:dev May 25, 2021
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