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

Database Migrator #31

Open
attuo opened this issue Mar 17, 2022 · 0 comments
Open

Database Migrator #31

attuo opened this issue Mar 17, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@attuo
Copy link
Owner

attuo commented Mar 17, 2022

  • Entity Framework's migration tool is not wise for production, proper migrator should be implemented that can be run separately from the actual system.
  • As a workaround solution in the meanwhile, which is fine for local development is that the migrations are done with the Entity Framework and with code when the application starts (dbcontext's Database.Migrate())
    • This works locally for local and docker for now
@attuo attuo added the feature label Mar 17, 2022
@attuo attuo added this to the Version 1.1 milestone Mar 17, 2022
@attuo attuo self-assigned this Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant