increase size of libellé if we use paypal and email

in case of long email the field is to small
This commit is contained in:
BENKE Charlie
2015-07-06 17:46:36 +02:00
parent 8eb4a208ce
commit fc8daef78d

View File

@@ -22,7 +22,7 @@ create table llx_c_paiement
(
id integer PRIMARY KEY,
code varchar(6) NOT NULL,
libelle varchar(30),
libelle varchar(62),
type smallint, -- 0: input money, 1: output money, 2: input and output, 3: other
active tinyint DEFAULT 1 NOT NULL,
accountancy_code varchar(32) NULL,