From b2c29aa088ff2c9e9c7bbbfd4cde436506cf1607 Mon Sep 17 00:00:00 2001 From: "aristides@rjconsultores.com.br" Date: Wed, 21 Dec 2022 17:18:29 -0300 Subject: [PATCH] bug#AL-1808 --- src/db/migration/V20221221_1535__AL1808.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/migration/V20221221_1535__AL1808.sql b/src/db/migration/V20221221_1535__AL1808.sql index 9791d31bd..3f42655e4 100644 --- a/src/db/migration/V20221221_1535__AL1808.sql +++ b/src/db/migration/V20221221_1535__AL1808.sql @@ -2,6 +2,6 @@ declare column_exists exception; pragma exception_init (column_exists , -01430); begin - execute immediate 'ALTER TABLE FORMA_PAGO ADD (INDETICKET NUMER(1,0) )'; + execute immediate 'ALTER TABLE FORMA_PAGO ADD (INDETICKET NUMBER(1,0) )'; exception when column_exists then null; end; \ No newline at end of file