core-jgi/migration/316-320/011_cleaner_bug_1707995.sql

8 lines
151 B
MySQL
Raw Normal View History

-- equivalent cleaner code
UPDATE AD_VAL_RULE
SET code = 'M_PriceList.IsSOPriceList = ''@IsSOTrx@'''
WHERE ad_val_rule_id = 271;
COMMIT;