(cherry picked from commit 8e4ecfc5c0)
8e4ecfc5c0
@ -183,7 +183,9 @@ delete from sx_mask_style where maskeninfo_id=71560;
update sx_stylesheets set stylesheet_type='XSL',
usage_resultset_data='T'
where relation='table'
and trim(filename) like '%.xsl';
and trim(filename) like '%.xsl'
and stylesheet_type is null
;
update sx_stylesheets set stylesheet_type='JRXML',