Hi All, I have following problem: I created some canvas app, that allows add/edit records in some database tables, for example:
dev.table1
dev.table2
dev.table3
Now I would like to use the same app, to do the same processing on tables with the same structure, but on different database schema, for example:
itg.table1
itg.table2
itg.table3
Do I need to manually remove all dev tables, add itg, change all fields definitions, and code? Or there is some option to globaly change a database schema in app?