Merge pull request #20152 from aspangaro/16a12
Increase the length of the ref_supplier field
This commit is contained in:
commit
d2a336d0a1
@ -246,4 +246,8 @@ create table llx_inventory_extrafields
|
||||
) ENGINE=innodb;
|
||||
ALTER TABLE llx_inventory_extrafields ADD INDEX idx_inventory_extrafields (fk_object);
|
||||
|
||||
|
||||
ALTER TABLE llx_reception MODIFY COLUMN ref_supplier varchar(128);
|
||||
|
||||
ALTER TABLE llx_bank_account ADD COLUMN pti_in_ctti smallint DEFAULT 0 AFTER domiciliation;
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ create table llx_reception
|
||||
|
||||
ref_ext varchar(30), -- reference into an external system (not used by dolibarr)
|
||||
ref_int varchar(30), -- reference into an internal system (deprecated)
|
||||
ref_supplier varchar(30), -- customer number
|
||||
ref_supplier varchar(128), -- supplier number
|
||||
|
||||
date_creation datetime, -- date de creation
|
||||
fk_user_author integer, -- author of creation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user