database schema update needs to be smooth #33
Labels
bug
Something isn't working
enhancement
New feature or request
hacktoberfest
help wanted
Extra attention is needed
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.
The text was updated successfully, but these errors were encountered: