diff --git a/src-modules/module/rpta/masken/48380_maskeninfo.unl b/src-modules/module/rpta/masken/48380_maskeninfo.unl index 598efca..6d671d8 100644 --- a/src-modules/module/rpta/masken/48380_maskeninfo.unl +++ b/src-modules/module/rpta/masken/48380_maskeninfo.unl @@ -16,6 +16,8 @@ delete from rpta_column2layout where layout_id in (<>);\ delete from rpta_column_layout where tid=<> \ and 1=(select administration from userinfo where tid=<>);\ +select sp_update_sequence('rpta_column_layout');\ +select sp_update_sequence('rpta_column2layout');\ \ \ --drop table tmp_ergebnis;\ diff --git a/src-modules/module/rpta/masken/48410_maskeninfo.unl b/src-modules/module/rpta/masken/48410_maskeninfo.unl index 2a6cdf4..095ae90 100644 --- a/src-modules/module/rpta/masken/48410_maskeninfo.unl +++ b/src-modules/module/rpta/masken/48410_maskeninfo.unl @@ -93,6 +93,8 @@ insert into rpta_column_layout select * from tmp_rpta_column_layout \ where (select administration from userinfo where tid=<>)= 1;\ insert into rpta_column2layout select * from tmp_rpta_column2layout \ where (select administration from userinfo where tid=<>)= 1;\ +select sp_update_sequence('rpta_column_layout');\ +select sp_update_sequence('rpta_column2layout');\ \ \ <#if SQLdialect='Postgres'>\