Changes between Version 22 and Version 23 of usefulQueries
- Timestamp:
- 03/07/2020 02:19:52 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
usefulQueries
v22 v23 251 251 update t_configs set marker = 'Магазин' where config_id = 'kassa_labels_top' and config_id = 1; 252 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); 253 254 commit work; 254 255 }}}
