Hello,
Can I enable and disable the auto schema update? In some cases if multiple applications are using same database and mistakenly one of application uses entity of older version build(my specified entity libs) then the whole db is being corrupted and db need to be restart.
Expected : Instate of updating the schema with old library db should throw some error and data should not corrupt.
Thank you