Skip to content

Commit

Permalink
Add field extraparams on llx_bank_account
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 10, 2017
1 parent 8781f6b commit fe8d34c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/install/mysql/migration/5.0.0-6.0.0.sql
Expand Up @@ -50,6 +50,7 @@ ALTER TABLE llx_holiday ADD COLUMN extraparams varchar(255);
ALTER TABLE llx_expensereport ADD COLUMN import_key varchar(14);
ALTER TABLE llx_expensereport ADD COLUMN extraparams varchar(255);

ALTER TABLE llx_bank_account ADD COLUMN extraparams varchar(255);

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);
Expand Down

0 comments on commit fe8d34c

Please sign in to comment.