Files
erp-imprimelibros/src/main/resources/db/changelog/changesets/0028-add-lomo-cubierta-to-presupuesto.yml
2026-02-24 20:57:51 +01:00

19 lines
482 B
YAML

databaseChangeLog:
- changeSet:
id: 0028-add-lomo-cubierta-to-presupuesto
author: jjo
changes:
- addColumn:
tableName: presupuesto
columns:
- column:
name: lomo_cubierta
type: DECIMAL(12, 2)
defaultValueNumeric: 0
afterColumn: lomo
rollback:
- dropColumn:
tableName: presupuesto
columnName: lomo_cubierta