diff --git a/migration/316-trunk/011_cleaner_bug_1707995.sql b/migration/316-trunk/011_cleaner_bug_1707995.sql new file mode 100644 index 0000000000..741e22a327 --- /dev/null +++ b/migration/316-trunk/011_cleaner_bug_1707995.sql @@ -0,0 +1,8 @@ +-- equivalent cleaner code + +UPDATE AD_VAL_RULE + SET code = 'M_PriceList.IsSOPriceList = ''@IsSOTrx@''' + WHERE ad_val_rule_id = 271; + +COMMIT; + \ No newline at end of file diff --git a/migration/316-trunk/postgresql/011_cleaner_bug_1707995.sql b/migration/316-trunk/postgresql/011_cleaner_bug_1707995.sql new file mode 100644 index 0000000000..741e22a327 --- /dev/null +++ b/migration/316-trunk/postgresql/011_cleaner_bug_1707995.sql @@ -0,0 +1,8 @@ +-- equivalent cleaner code + +UPDATE AD_VAL_RULE + SET code = 'M_PriceList.IsSOPriceList = ''@IsSOTrx@''' + WHERE ad_val_rule_id = 271; + +COMMIT; + \ No newline at end of file