From bbb7e6afbad9a82c3745528bcd4c33382678e7a6 Mon Sep 17 00:00:00 2001 From: changelogweb Date: Thu, 23 Jul 2020 13:18:13 +0000 Subject: [PATCH] bug#19946 dev:gleimar qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@102590 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20200723_1004__mantis19946.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/db/migration/V20200723_1004__mantis19946.sql diff --git a/src/db/migration/V20200723_1004__mantis19946.sql b/src/db/migration/V20200723_1004__mantis19946.sql new file mode 100644 index 000000000..b9702b772 --- /dev/null +++ b/src/db/migration/V20200723_1004__mantis19946.sql @@ -0,0 +1,5 @@ +declare +begin + RESET_SEQUENCE_TO_DATA('CONSTANTE','CONSTANTE_ID'); + exception when others then null; +end; \ No newline at end of file