fixes bug#AL-3351

master
wallace.henrique 2023-11-10 15:05:40 -03:00
parent 8b468eb92c
commit 57600f4e06
3 changed files with 7 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>Flyway</artifactId> <artifactId>Flyway</artifactId>
<version>1.18.0</version> <version>1.18.0</version>
<distributionManagement> <distributionManagement>
<repository> <repository>

View File

@ -0,0 +1,5 @@
DO $$
BEGIN
ALTER TABLE PUNTO_VENTA ADD INDTAXACONVENIENCIAORGAOCONCEDENTE NUMBER(1,0);
END
$$;