anvilglobaldynamics / torque

Lipi is an easy-to-adopt and easy-to-use mobile-first business management solution for medium size retailers.
https://lipi.live
0 stars 0 forks source link

Database model upgradation guarantee #242

Open iShafayet opened 6 years ago

iShafayet commented 6 years ago

For any changes to database model we will have to write automated scripts that will upgrade the old data model to the new one. For example, if we add a new required schema like - inventoryContainerType: Joi.string().valid('outlet', 'warehouse').required() to the inventory collection, then we will have to update all existing documents with the mentioned property.

iLGunners commented 5 years ago

155 has been closed because of similarity to this issue