I have a schema (for application users) where only one script (creating synonyms) runs. I don't have INSERT/UPDATE/CREATE privileges on that schema. Can I suppress the creation of audit tables (i.e. DATABASECHANGELOGLOCK & DATABASECHANGELOG tables) in that schema? If yes, how can I do that?
Also, can someone please tell me, when the first ever deployment is done, how & where the code identifies that these audit tables are getting created for the first time in the schema? Please help.