Database schema sync called on frontend

Hi,

I getting a lot of messages in the error log:

#134387 - Notice: Database schema sync called on frontend. This performance-heavy operation should only occur during plugin installation/upgrades. Update plugins if happening frequently.
/docker_data/services-staging/www/cmsAdmin/plugins/websiteMembershipCUSTOM/websiteMembership_CUSTOM.php on line 360
> in line 360 is the createMissingSchemaTablesAndFields();

using the v3.78 (Build 2904) with a customized Website Membership that we created for a project.

is there anything that i can do in order to stop this generating?