Commit 095df7ce authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Petite coquille...

parent 16f2b293
Loading
Loading
Loading
Loading
+0 −2
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