This commit is contained in:
Laurent Destailleur 2019-11-07 14:19:52 +01:00
parent f84087ba70
commit a901ce932d

View File

@ -71,6 +71,8 @@
UPDATE llx_user set api_key = null where api_key = '';
UPDATE llx_c_email_templates SET position = 0 WHERE position IS NULL;
-- DELETE FROM llx_c_email_templates WHERE label = '(SendAnEMailToMember)'; -- Now it is '(SendingAnEMailToMemner)'
-- delete foreign key that should never exists
ALTER TABLE llx_propal DROP FOREIGN KEY fk_propal_fk_currency;