Description
Fixes a compatibility issue with parallel queries. With multiple sources, createSchemaCustomization
is called a number of times. Setting the update
option will try to remove the file, resulting in a race condition, so this has been moved to onPluginInit
so it is only removed once.
Documentation
N/A
Related Issues
N/A