When developing with multiple developers and item types we are experiencing data loss.
Development setup is:
Shared database
Local iis (each dev)
When another developer has an old item type definition then the unknown columns are dropped from the database and dataloss can occur.
How would you circumvent this?
Shouldn't item types be protected against data loss?