CE-936 - Update for camelCase quartz table names

This commit is contained in:
2024-03-12 11:49:04 -05:00
parent 5564e94ad7
commit 3e604f4b6f
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ public class PauseQuartzJobsProcess extends AbstractLoadStep implements MetaData
@Override
public QProcessMetaData produce(QInstance qInstance) throws QException
{
String tableName = "QUARTZ_TRIGGERS";
String tableName = "quartzTriggers";
return StreamedETLWithFrontendProcess.processMetaDataBuilder()
.withName(getClass().getSimpleName())

View File

@ -49,7 +49,7 @@ public class ResumeQuartzJobsProcess extends AbstractLoadStep implements MetaDat
@Override
public QProcessMetaData produce(QInstance qInstance) throws QException
{
String tableName = "QUARTZ_TRIGGERS";
String tableName = "quartzTriggers";
return StreamedETLWithFrontendProcess.processMetaDataBuilder()
.withName(getClass().getSimpleName())