mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-27 00:06:14 +01:00
Aggiornamento indirizzo PEC dello SDI
This commit is contained in:
parent
fdc886731d
commit
fe852e5387
@ -292,3 +292,6 @@ ALTER TABLE `zz_files` ADD `created_by` INT(11) AFTER `id_record`, ADD FOREIGN K
|
||||
|
||||
-- Aggiunto riferimento allo Scadenzario nella Prima Nota
|
||||
ALTER TABLE `co_movimenti` ADD `id_scadenza` INT(11) AFTER `iddocumento`, ADD FOREIGN KEY (`id_scadenza`) REFERENCES `co_scadenziario`(`id`) ON DELETE CASCADE, ADD `is_insoluto` BOOLEAN NOT NULL DEFAULT FALSE AFTER `id_scadenza`;
|
||||
|
||||
-- Aggiornamento indirizzo email SDI
|
||||
UPDATE `zz_emails` SET `cc` = 'sdi52@pec.fatturapa.it' WHERE `name` = 'PEC';
|
||||
|
Loading…
Reference in New Issue
Block a user