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

FIX #7031 missing change column "state_id" since dolibarr 3.5 !!

parent bb2d2728
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,11 @@ ALTER TABLE llx_actioncomm ADD COLUMN extraparams varchar(255);
ALTER TABLE llx_bank_account ADD COLUMN extraparams varchar(255);
ALTER TABLE llx_bank_account MODIFY COLUMN state_id integer DEFAULT NULL;
ALTER TABLE llx_adherent MODIFY COLUMN state_id integer DEFAULT NULL;
ALTER TABLE llx_adherent MODIFY COLUMN country integer DEFAULT NULL;
insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('PRODUCT_CREATE','Product or service created','Executed when a product or sevice is created','product',30);
insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('PRODUCT_MODIFY','Product or service modified','Executed when a product or sevice is modified','product',30);
......
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