...
After the Update you can re enable the setting with following query:
Code Block | ||
---|---|---|
| ||
Update moving_appcustomer_900000.setting_setting_value Set bool_value = 1 where setting_module_guid = 'CEA6338B-E7E8-46CD-817B-E82CCDC2AE00' and setting_id = 3; |
...
...
After the Update you can re enable the setting with following query:
Code Block | ||
---|---|---|
| ||
Update moving_appcustomer_900000.setting_setting_value Set bool_value = 1 where setting_module_guid = 'CEA6338B-E7E8-46CD-817B-E82CCDC2AE00' and setting_id = 3; |
...