Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
5b5efafc
Commit
5b5efafc
authored
Jun 18, 2019
by
Laurent Lécluse
Browse files
Création du script de MAJ vers la 8.2.
Fichier pas encore complet!
parent
f5229de6
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/migration/8.2.sql
0 → 100644
View file @
5b5efafc
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment