Skip to content

Commit

Permalink
[#1640] Use same connection in order to apply all evolutions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromebenois authored and Notalifeform committed Jan 29, 2013
1 parent 24ee85b commit 06889f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/play/db/Evolutions.java
Expand Up @@ -352,7 +352,7 @@ public static synchronized boolean applyScript(boolean runScript, String moduleK
if (StringUtils.isEmpty(s)) {
continue;
}
execute(s);
connection.createStatement().execute(s);
}
}
// Insert into logs
Expand Down

0 comments on commit 06889f4

Please sign in to comment.