Review by Rdoursenaud. Tkanks
This commit is contained in:
parent
b571cc86ff
commit
bde7279aa1
@ -83,7 +83,7 @@ CREATE TABLE IF NOT EXISTS llx_establishment (
|
|||||||
fk_user_mod integer NOT NULL,
|
fk_user_mod integer NOT NULL,
|
||||||
datec datetime NOT NULL,
|
datec datetime NOT NULL,
|
||||||
tms timestamp NOT NULL,
|
tms timestamp NOT NULL,
|
||||||
statut tinyint DEFAULT 1,
|
status tinyint DEFAULT 1,
|
||||||
) ENGINE=InnoDB;
|
) ENGINE=InnoDB;
|
||||||
|
|
||||||
ALTER TABLE llx_user ADD COLUMN employee tinyint DEFAULT 0 AFTER ref_int;
|
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,
|
fk_user_mod integer NOT NULL,
|
||||||
datec datetime NOT NULL,
|
datec datetime NOT NULL,
|
||||||
tms timestamp NOT NULL,
|
tms timestamp NOT NULL,
|
||||||
statut tinyint DEFAULT 1,
|
status tinyint DEFAULT 1,
|
||||||
) ENGINE=InnoDB;
|
) ENGINE=InnoDB;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user