Review by Rdoursenaud. Tkanks

This commit is contained in:
aspangaro
2015-10-09 13:00:51 +02:00
parent b571cc86ff
commit bde7279aa1
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;