Skip to content
Snippets Groups Projects
Commit bb664dda authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: increase the capacity of the field

parent 1e0da4a8
No related branches found
No related tags found
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment