bug#19946

dev:gleimar
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@102590 d1611594-4594-4d17-8e1d-87c2c4800839
master
changelogweb 2020-07-23 13:18:13 +00:00
parent 7289d643e3
commit bbb7e6afba
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
declare
begin
RESET_SEQUENCE_TO_DATA('CONSTANTE','CONSTANTE_ID');
exception when others then null;
end;