mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Ajout champs by default
This commit is contained in:
parent
d5fc885048
commit
2b2fce189d
|
|
@ -25,6 +25,7 @@ create table llx_rights_def
|
|||
id integer PRIMARY KEY,
|
||||
libelle varchar(255),
|
||||
module varchar(12),
|
||||
type enum('r','w','m','d','a')
|
||||
type enum('r','w','m','d','a'),
|
||||
bydefault tinyint default 0
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user