mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 14:31:29 +01:00
Augmentation de la taille du champ nom
This commit is contained in:
@@ -25,7 +25,7 @@ create table llx_editeur
|
|||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
oscid integer NOT NULL,
|
oscid integer NOT NULL,
|
||||||
tms timestamp,
|
tms timestamp,
|
||||||
nom varchar(32),
|
nom varchar(255),
|
||||||
fk_user_author integer
|
fk_user_author integer
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user