Resize precision for 'progress_by_duration' and 'progress_by_duration' fields
FEA: ItEr64OTS04ReporteAvancesCadeaCritica
This commit is contained in:
parent
1692f312d6
commit
60304e3282
1 changed files with 8 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue