diff --git a/migration/340s-trunk/146_BF_1951222.sql b/migration/340s-trunk/146_BF_1951222.sql new file mode 100644 index 0000000000..8ebde25b34 --- /dev/null +++ b/migration/340s-trunk/146_BF_1951222.sql @@ -0,0 +1,6 @@ +-- [ 1951222 ] Can't select jasper reports as formats + +UPDATE ad_val_rule + SET code = 'AD_Process.IsReport=''Y''' + WHERE ad_val_rule_id = 128 + AND code = 'AD_Process.IsReport=''Y'' AND AD_Process.JasperReport IS NULL'; diff --git a/migration/340s-trunk/postgresql/146_BF_1951222.sql b/migration/340s-trunk/postgresql/146_BF_1951222.sql new file mode 100644 index 0000000000..8ebde25b34 --- /dev/null +++ b/migration/340s-trunk/postgresql/146_BF_1951222.sql @@ -0,0 +1,6 @@ +-- [ 1951222 ] Can't select jasper reports as formats + +UPDATE ad_val_rule + SET code = 'AD_Process.IsReport=''Y''' + WHERE ad_val_rule_id = 128 + AND code = 'AD_Process.IsReport=''Y'' AND AD_Process.JasperReport IS NULL';