AdmMono/src/db/migration/V20160804_1559__nullvalesru...

2 lines
114 B
SQL

update ruta set INDRUTACENLADA=0 where INDRUTACENLADA is null;
alter table ruta modify (INDRUTACENLADA not null);