Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After the Update you can re enable the setting with following query:

Code Block
languagesql
Update moving_appcustomer_900000.setting_setting_value Set bool_value = 1 where setting_module_guid = 'CEA6338B-E7E8-46CD-817B-E82CCDC2AE00' and setting_id = 3;

...