Skip to content

Commit

Permalink
Fix email template edition
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed May 10, 2016
1 parent 1c0bdfc commit d3b3e60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/install/mysql/migration/3.7.0-3.8.0.sql
Expand Up @@ -797,7 +797,6 @@ ALTER TABLE llx_societe_remise_except MODIFY COLUMN description text NOT NULL;
update llx_opensurvey_sondage set format = 'D' where format = 'D+';
update llx_opensurvey_sondage set format = 'A' where format = 'A+';

ALTER TABLE llx_propal_merge_pdf_product ADD COLUMN lang varchar(5) DEFAULT NULL;

--Deal with holidays_user that do not have rowid
-- Disabled: too dangerous patch. rowid is a primary key. How is it possible to have no rowid ?
Expand Down

0 comments on commit d3b3e60

Please sign in to comment.