Commit 1abf70b59e4c9a2d80f1891b84a9a73eaa8e0d68

Authored by Alexandre
1 parent 73719243

correction db-update-2016-06-22.sql

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
database/update/script_sql/db-update-2016-06-22.sql
  1 +use database;
  2 +
  3 +
1 4 ALTER TABLE `configurations` DROP `from_mail`;
2 5  
3 6 ALTER TABLE `configurations` ADD `sender_mail` varchar(500) DEFAULT 'labinvent@irap.omp.eu';
... ...