Fix: increase the capacity of the field

This commit is contained in:
Regis Houssin 2010-01-20 09:47:53 +00:00
parent 1e0da4a812
commit bb664dda94
2 changed files with 2 additions and 1 deletions

View File

@ -104,3 +104,4 @@ ALTER TABLE llx_bank_class DROP INDEX idx_bank_class_lineid;
ALTER TABLE llx_bank_class DROP INDEX uk_bank_class_lineid;
ALTER TABLE llx_bank_class ADD UNIQUE INDEX uk_bank_class_lineid (lineid, fk_categ);
ALTER TABLE llx_rights_def MODIFY COLUMN module varchar(64);

View File

@ -23,7 +23,7 @@ create table llx_rights_def
(
id integer,
libelle varchar(255),
module varchar(12),
module varchar(64),
entity integer DEFAULT 1 NOT NULL,
perms varchar(50),
subperms varchar(50),