Commit 76a99c69 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Ajout de la colonne Password reset Tokendemandée par UnicaenAuth dernière version

parent 518bdf27
Loading
Loading
Loading
Loading

bdd/update/08.2.sql

0 → 100644
+2 −0
Original line number Diff line number Diff line
alter table utilisateur add PASSWORD_RESET_TOKEN varchar2(256) default null;
create unique index USER_PASSWORD_RESET_TOKEN_UN on utilisateur (PASSWORD_RESET_TOKEN);
 No newline at end of file