In an old project there was an app (let's call it oldapp
). I am maintaining this project and I have to rename the app to something else (let's say newapp
). The problem is that database tables have been created with the oldapp_
prefix.
I want to avoid to re-creating the database with new prefixes, for obvious reasons.
So, is this possible to rename the app without disturbing the project?
UPDATE: This is one of the errors I am getting:
relation "newapp_dma" does not exist