|
|
|
@ -77,6 +77,12 @@ from tmp_hilf;
@@ -77,6 +77,12 @@ from tmp_hilf;
|
|
|
|
|
<#assign counter_tid = counter_tid + 1 /> |
|
|
|
|
</#foreach> |
|
|
|
|
|
|
|
|
|
<#if TableFieldExists?exists && TableFieldExists('sx_stylesheets','is_generic')> |
|
|
|
|
update sx_stylesheets set is_generic=1 |
|
|
|
|
where filename in (select T.filename from tmp_stylesheets T where T.is_generic=1); |
|
|
|
|
</#if> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--delete für tml_stylesheets hinzugefügt #ak 06.03.2013 |
|
|
|
|
delete from tmp_stylesheets where filename in (select filename from sx_stylesheets); |
|
|
|
|
|
|
|
|
|