Skip to content
Snippets Groups Projects
Commit abb4eea8 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: increase size for external module name

parent 586facb7
No related branches found
No related tags found
No related merge requests found
......@@ -482,3 +482,6 @@ ALTER TABLE llx_don ADD phone_mobile varchar(24) after email;
ALTER TABLE llx_don ADD phone varchar(24) after email;
ALTER TABLE llx_user ADD civilite varchar(6) after entity;
ALTER TABLE llx_element_element MODIFY sourcetype varchar(32) NOT NULL;
ALTER TABLE llx_element_element MODIFY targettype varchar(32) NOT NULL;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment