mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 08:02:22 +01:00
.
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
|
||||
--
|
||||
-- Mise <20> jour de la version 0.4.0 <20> 0.4.1
|
||||
--
|
||||
|
||||
alter table llx_user add fk_socpeople integer default 0;
|
||||
alter table llx_socpeople add fk_user integer default 0;
|
||||
|
||||
|
||||
|
||||
create table llx_rights_def
|
||||
(
|
||||
id integer PRIMARY KEY,
|
||||
libelle varchar(255),
|
||||
module varchar(12),
|
||||
type enum('r','w','m','d','a'),
|
||||
bydefault tinyint default 0
|
||||
);
|
||||
|
||||
|
||||
create table llx_user_rights
|
||||
(
|
||||
fk_user integer NOT NULL,
|
||||
fk_id integer NOT NULL,
|
||||
UNIQUE(fk_user,fk_id)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user