Skip to content
Snippets Groups Projects
Commit 4108e48d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #349 from FHenry/develop

Change size of element type
parents 2a800816 d7167638
No related branches found
No related tags found
No related merge requests found
......@@ -82,3 +82,5 @@ ALTER TABLE llx_facturedet ADD COLUMN label varchar(255) DEFAULT NULL AFTER fk_p
ALTER TABLE llx_facturedet_rec ADD COLUMN label varchar(255) DEFAULT NULL AFTER product_type;
ALTER TABLE llx_accountingaccount ADD COLUMN active tinyint DEFAULT 1 NOT NULL AFTER label;
ALTER TABLE llx_actioncomm MODIFY elementtype VARCHAR(32);
......@@ -55,7 +55,7 @@ create table llx_actioncomm
note text,
fk_element integer DEFAULT NULL,
elementtype varchar(16) DEFAULT NULL
elementtype varchar(32) DEFAULT NULL
)ENGINE=innodb;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment