Fix: increase the capacity of the field
This commit is contained in:
parent
1e0da4a812
commit
bb664dda94
@ -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);
|
||||
|
||||
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user