Create 'self-sufficient' copy of an app
At the moment when you copy 'duplicate' an app from the admin panel it creates a copy of the app and updates the table names with "1". However, the triggers are not updated. This leads to the dangerous situation that a user could be modifying a copy of an app, but actually impacting their original data. I'd like to suggest that users are given the option to create a 'self-sufficient' app that updates all the references and triggers within the app to use the copied data instead of the original data. For example, if a table is updated to 'Table1" then any triggers within the copied app should also be updated to "Table_1"