|
|
@ -183,7 +183,9 @@ delete from sx_mask_style where maskeninfo_id=71560; |
|
|
|
update sx_stylesheets set stylesheet_type='XSL', |
|
|
|
update sx_stylesheets set stylesheet_type='XSL', |
|
|
|
usage_resultset_data='T' |
|
|
|
usage_resultset_data='T' |
|
|
|
where relation='table' |
|
|
|
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', |
|
|
|
update sx_stylesheets set stylesheet_type='JRXML', |
|
|
|