db-update-2016-06-22-build.sql 164 Bytes Edit Raw Blame History 1 2 3 4 5 6 use inventirap-test; ALTER TABLE `configurations` DROP `from_mail`; ALTER TABLE `configurations` ADD `sender_mail` varchar(500) DEFAULT 'labinvent@irap.omp.eu';