From 6cf8262085877204fe14f9e38d991edfa250051d Mon Sep 17 00:00:00 2001 From: Marlies Winterstein Date: Mon, 25 Aug 2025 16:15:46 +0200 Subject: [PATCH] =?UTF-8?q?fehlende=20update=5Fsequence=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-modules/module/rpta/masken/48380_maskeninfo.unl | 2 ++ src-modules/module/rpta/masken/48410_maskeninfo.unl | 2 ++ 2 files changed, 4 insertions(+) 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'>\