Good morning
Is there any way to change tables and fields in the Sugar ORM database, so that when performing the app update, it does not crash?
I have a registration and I have the PRODUCTS table and it contains name, code, location, etc ... If I try to raise a field in the table, and put price. When I update the application the old bank does not update and even corrupts itself. The same happens if I try to put another table in the database, for example the PEOPLE table.
Thank you