Add field pass_crypted to uniformize fields between members and users.

This commit is contained in:
Laurent Destailleur 2015-09-30 19:27:36 +02:00
parent 1108656d19
commit c7e05d2473
2 changed files with 2 additions and 0 deletions

View File

@ -45,3 +45,4 @@ create table llx_overwrite_trans
ALTER TABLE llx_payment_salary ADD COLUMN datec datetime after tms;
ALTER TABLE llx_payment_salary CHANGE COLUMN fk_user_creat fk_user_author integer;
ALTER TABLE llx_adherent ADD COLUMN pass_crypted varchar(128) after pass;

View File

@ -35,6 +35,7 @@ create table llx_adherent
firstname varchar(50),
login varchar(50), -- login
pass varchar(50), -- password
pass_crypted varchar(128),
fk_adherent_type integer NOT NULL,
morphy varchar(3) NOT NULL, -- personne morale / personne physique
societe varchar(128), -- company name (should be same lenght than societe.name)