db migration: add a column in llx_bank_account to store the expected SEPA format concerning PmtTpInf.
This commit is contained in:
parent
64ce13e273
commit
80d85b4239
@ -245,3 +245,5 @@ create table llx_inventory_extrafields
|
||||
import_key varchar(14) -- import key
|
||||
) ENGINE=innodb;
|
||||
ALTER TABLE llx_inventory_extrafields ADD INDEX idx_inventory_extrafields (fk_object);
|
||||
|
||||
ALTER TABLE llx_bank_account ADD COLUMN pti_in_ctti integer DEFAULT 0 AFTER domiciliation;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user