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