GFORM_AUTO_DB_MIGRATION_DISABLED

Description

If the database schema has been updated, setting this constant to true will prevent entries from being migrated in the background.

Usage

define( 'GFORM_AUTO_DB_MIGRATION_DISABLED', true );

Placement

This constant should be set in your wp-config.php. See the article Wp Config Options for more details.