Data store refactoring support
Data store refactoring support is probably one of most important updates in 1.3 version of AppWrench.
- Deletion of entities of the selected kind - this operation allows to delete all entities of the selected kind in data store.
- Rename property - renames the selected property in all entities of the selected kind.
- Remove property ? removes the selected property from data store.
- Duplicate entity - duplicates the selected entity n times.
- Make property indexed - goes through data store and converts all values of selected property to indexed form.
- Make property not indexed - goes through data store and converts all values of the selected property to not indexed form.
- Set default value - goes through data store and sets user entered value to the selected property if an entity doesn't have an appropriate value.
- Set value - goes through data store and sets user entered value to the selected property.
How to access
All refactorings are accessible from our Data Store Viewer