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
f382949d
Commit
f382949d
authored
Jun 19, 2019
by
Laurent Lécluse
Browse files
Ajout des nouvelles colonnes dans le script de migration pour les autres établissements!!
parent
ce178436
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/actions/migration.php
View file @
f382949d
...
...
@@ -2,4 +2,7 @@
// Script provisoire : il aura disparu à la prochaine version!!!
$c
->
println
(
'Mise à jour automatique de la base de données'
,
$c
::
COLOR_LIGHT_CYAN
);
$oa
->
run
(
'update-bdd'
);
\ No newline at end of file
$oa
->
run
(
'update-bdd'
);
$oa
->
getBdd
()
->
exec
(
'alter table utilisateur add PASSWORD_RESET_TOKEN varchar2(256) default null'
);
$oa
->
getBdd
()
->
exec
(
'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