feat: #refs 7348 schema

This commit is contained in:
Javi Gallego 2024-07-11 08:52:07 +02:00
parent 938037d67a
commit 5304929f57
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
ALTER TABLE `client`
ALTER TABLE `vn`.`client`
ADD COLUMN `hasDailyInvoice` TINYINT(1) NOT NULL DEFAULT 0 COMMENT 'Indica si el cliente requiere facturación diaria por defecto se copiará lo que tenga country.hasDailyInvoice';