Skip to content
Snippets Groups Projects
Commit 095df7ce authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Petite coquille...

parent 16f2b293
No related branches found
No related tags found
No related merge requests found
alter table utilisateur add PASSWORD_RESET_TOKEN varchar2(256) default null;
/--
create unique index USER_PASSWORD_RESET_TOKEN_UN on utilisateur (PASSWORD_RESET_TOKEN); create unique index USER_PASSWORD_RESET_TOKEN_UN on utilisateur (PASSWORD_RESET_TOKEN);
/-- /--
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment