251 | | update t_configs set marker = 'Магазин' where config_id = 'kassa_labels_top' and config_id = 1; |
252 | | update t_configs set marker = '' where config_id = 'kassa_labels_top' and config_id > 1; |
253 | | update t_configs set marker = '' where config_id = 'leader' and config_id in (100, 101); |
| 251 | update t_configs set marker = 'Магазин' where module = 'kassa_labels_top' and config_id = 1; |
| 252 | update t_configs set marker = '' where module = 'kassa_labels_top' and config_id > 1; |
| 253 | update t_configs set marker = '' where module = 'leader' and config_id in (100, 101); |