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
7900c514
Commit
7900c514
authored
Jun 19, 2019
by
Laurent Lécluse
Browse files
Affichage d'un msg d'erreur à tort
parent
f845e4da
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/actions/update-bdd.php
View file @
7900c514
...
...
@@ -32,8 +32,4 @@ $scl->console = $c;
$schema
->
setLogger
(
$scl
);
/* Mise à jour de la BDD */
$r
=
$schema
->
alter
(
$ref
,
$ddlConfig
,
true
);
if
(
!
empty
(
$r
)){
$c
->
println
(
'Des erreurs ont été rencontrées lors de l\'actualisation de la base de données'
,
$c
::
BG_RED
);
var_dump
(
$r
);
}
\ No newline at end of file
$schema
->
alter
(
$ref
,
$ddlConfig
,
true
);
\ 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