mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 14:31:29 +01:00
Review by Rdoursenaud. Tkanks
This commit is contained in:
@@ -83,7 +83,7 @@ CREATE TABLE IF NOT EXISTS llx_establishment (
|
||||
fk_user_mod integer NOT NULL,
|
||||
datec datetime NOT NULL,
|
||||
tms timestamp NOT NULL,
|
||||
statut tinyint DEFAULT 1,
|
||||
status tinyint DEFAULT 1,
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
ALTER TABLE llx_user ADD COLUMN employee tinyint DEFAULT 0 AFTER ref_int;
|
||||
|
||||
@@ -36,6 +36,6 @@ CREATE TABLE IF NOT EXISTS llx_establishment (
|
||||
fk_user_mod integer NOT NULL,
|
||||
datec datetime NOT NULL,
|
||||
tms timestamp NOT NULL,
|
||||
statut tinyint DEFAULT 1,
|
||||
status tinyint DEFAULT 1,
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user