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