We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a767b1d commit d09c7baCopy full SHA for d09c7ba
src/main/groovy/org/silverpeas/setup/migration/SQLScript.groovy
@@ -53,6 +53,7 @@ class SQLScript extends AbstractScript {
53
void run(Map<String, ?> args) throws SQLException {
54
Sql sql = args.sql
55
List<String> statements = loadSqlStatements()
56
+ logger.debug " -> execute script ${script.name}..."
57
sql.withBatch { batch ->
58
statements.each {
59
batch.addBatch(it)
0 commit comments