Skip to content
Snippets Groups Projects
Commit cc1404dd authored by felmer's avatar felmer
Browse files

bugs fixed concerning group creation

SVN: 11183
parent 4026b805
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ public final class DBMigrationEngine
}
} else if (version.compareTo(databaseVersion) > 0)
{
adminDAO.createGroups();
if (operationLog.isInfoEnabled())
{
final String databaseName = adminDAO.getDatabaseName();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment