Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
etc42
ETC42
Commits
49a8d16a
Commit
49a8d16a
authored
May 19, 2017
by
SAPONE Alann
Browse files
restore db update
parent
b5e6a893
Changes
1
Hide whitespace changes
Inline
Side-by-side
ETC-Controller/src/main/java/org/cnrs/lam/dis/etc/controller/DbUpdater.java
View file @
49a8d16a
...
...
@@ -530,7 +530,7 @@ public final class DbUpdater {
patchMathod
.
invoke
(
null
,
statement
);
// We update the version of the database
//
statement.executeUpdate("UPDATE ETC_INFO SET DB_VERSION = " + (i+1));
statement
.
executeUpdate
(
"UPDATE ETC_INFO SET DB_VERSION = "
+
(
i
+
1
));
statement
.
close
();
logger
.
info
(
"Updated database to version "
+
(
i
+
1
));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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