Resize precision for 'progress_by_duration' and 'progress_by_duration' fields

FEA: ItEr64OTS04ReporteAvancesCadeaCritica
This commit is contained in:
Diego Pino Garcia 2010-12-03 12:09:22 +01:00
parent 1692f312d6
commit 60304e3282

View file

@ -5,4 +5,12 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd">
<changeSet id="1692f312d613aae690150e492137536003de7154" author="dpino">
<comment>Resize precision for 'progress_by_duration' and 'progress_by_duration' fields</comment>
<modifyDataType tableName="planning_data" columnName="progress_by_duration" newDataType="numeric(19,6)" />
<modifyDataType tableName="planning_data" columnName="progress_by_num_hours" newDataType="numeric(19,6)" />
</changeSet>
</databaseChangeLog>