diff --git a/src/db/migration/V20220520_1819__mantis24537.sql b/src/db/migration/V20220520_1819__mantis24537.sql new file mode 100644 index 000000000..98b62fcdf --- /dev/null +++ b/src/db/migration/V20220520_1819__mantis24537.sql @@ -0,0 +1,6 @@ +declare +begin + execute immediate 'INSERT INTO TIPO_VENTA (TIPOVENTA_ID, DESCTIPOVENTA, ACTIVO, FECMODIF, USUARIO_ID) VALUES (16, ''TPV RESERVACION INTERNET'', 1, SYSDATE, 1)'; + exception when others then null; +end; +/