falta actualizar bien el resumen

This commit is contained in:
2025-10-30 19:48:26 +01:00
parent feff9ee94a
commit 167c136dca
28 changed files with 518 additions and 342 deletions

View File

@ -22,6 +22,15 @@ databaseChangeLog:
constraints:
nullable: false
- column:
name: total
type: DECIMAL(19,6)
defaultValueNumeric: 0
remarks: "Total del carrito"
afterColumn: only_one_shipment
constraints:
nullable: false
rollback:
- dropColumn:
tableName: carts

View File

@ -50,12 +50,7 @@ databaseChangeLog:
constraints:
nullable: false
defaultValue: false
- column:
name: base
type: DECIMAL(12, 2)
- createIndex:
indexName: idx_cart_dir_direccion_id
tableName: cart_direcciones