From 36c3a055e3ba55d1803b127221d083c02f521f3f Mon Sep 17 00:00:00 2001 From: Developer01 Date: Tue, 7 Jul 2026 16:58:34 +0200 Subject: [PATCH] Rename --- Jobs/DEX_API/{DEX_APIJob.vb => API_DEXSQLJob.vb} | 2 +- Jobs/Jobs.vbproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Jobs/DEX_API/{DEX_APIJob.vb => API_DEXSQLJob.vb} (97%) diff --git a/Jobs/DEX_API/DEX_APIJob.vb b/Jobs/DEX_API/API_DEXSQLJob.vb similarity index 97% rename from Jobs/DEX_API/DEX_APIJob.vb rename to Jobs/DEX_API/API_DEXSQLJob.vb index 953ec9c9..e94afc99 100644 --- a/Jobs/DEX_API/DEX_APIJob.vb +++ b/Jobs/DEX_API/API_DEXSQLJob.vb @@ -5,7 +5,7 @@ Imports DigitalData.Modules.Database Imports DigitalData.Modules.Interfaces Imports DigitalData.Modules.Logging -Public Class DEX_APIJob +Public Class API_DEXSQLJob Inherits JobBase Implements IJob(Of APISQLArgs) diff --git a/Jobs/Jobs.vbproj b/Jobs/Jobs.vbproj index a5eb4384..a7dbdb37 100644 --- a/Jobs/Jobs.vbproj +++ b/Jobs/Jobs.vbproj @@ -71,7 +71,7 @@ - +