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 schema update needs to be smooth #33

Open
jaykay12 opened this issue May 14, 2020 · 0 comments
Open

database schema update needs to be smooth #33

jaykay12 opened this issue May 14, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request hacktoberfest help wanted Extra attention is needed

Comments

@jaykay12
Copy link
Owner

Present Condition:

In case of any changes made to the DB schema in models.py
In all environments, database needs to be reset else it throws up an error.


Requirement:

If any change is there in the schema, new tables should be created while deleting older ones, so that no DB reset is required on production as well.

@jaykay12 jaykay12 added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed hacktoberfest labels May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant