añadido lomo

This commit is contained in:
2026-02-24 14:50:27 +01:00
parent f3d96361a0
commit e4c1692ef0
5 changed files with 38 additions and 1 deletions

View File

@ -0,0 +1,18 @@
databaseChangeLog:
- changeSet:
id: 0027-add-lomo-to-presupuesto
author: jjo
changes:
- addColumn:
tableName: presupuesto
columns:
- column:
name: lomo
type: DECIMAL(12, 2)
defaultValueNumeric: 0
afterColumn: papel_interior_id
rollback:
- dropColumn:
tableName: presupuesto
columnName: lomo