Aggiunta campi per Allegato e titolo

This commit is contained in:
2025-09-10 17:51:59 +02:00
parent a4475ee6a5
commit a05b127a0e
5 changed files with 59 additions and 4 deletions

View File

@ -0,0 +1,3 @@
ALTER TABLE `#__circolari`
ADD COLUMN `allegato_titolo` VARCHAR(190) DEFAULT NULL
AFTER `attachment`;