Open
Description
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.