diff --git a/src/java/db/migration/V20160825_1712__mantis7849.sql b/src/java/db/migration/V20160825_1712__mantis7849.sql new file mode 100644 index 000000000..9b77d1f2e --- /dev/null +++ b/src/java/db/migration/V20160825_1712__mantis7849.sql @@ -0,0 +1,2 @@ +ALTER TABLE DIAGRAMA_AUTOBUS ADD (INDTIPO NUMBER(1)); +UPDATE DIAGRAMA_AUTOBUS SET INDTIPO = INDBARCO + 1; \ No newline at end of file