mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
CLOUD-1830: Using correct table-name (upper-case) to check if activiti tables exist
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@51958 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -627,7 +627,7 @@ public class SchemaBootstrap extends AbstractLifecycleBean
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
stmt = connection.createStatement();
|
stmt = connection.createStatement();
|
||||||
stmt.executeQuery("select count(id_) from act_ru_task");
|
stmt.executeQuery("select count(id_) from ACT_RU_TASK");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch (SQLException e)
|
catch (SQLException e)
|
||||||
|
Reference in New Issue
Block a user