- Implemented CatalogResource for handling catalog generation requests and status checks. - Created CatalogGenerationService to manage the asynchronous generation process. - Added models for catalog generation responses, requests, and structured catalog data. - Introduced utility scripts for database interaction and Kubernetes pod retrieval. - Enhanced error handling and logging throughout the catalog generation workflow.
9 lines
413 B
SQL
9 lines
413 B
SQL
-- =============================================================================
|
|
-- Migration: dc_generate_report → DC_UTILS_PKG.generate_report
|
|
--
|
|
-- Die Standalone-Prozedur wurde in DC_UTILS_PKG.generate_report überführt.
|
|
-- Dieses Skript entfernt die veraltete Prozedur aus der Datenbank.
|
|
-- =============================================================================
|
|
|
|
DROP PROCEDURE dc_generate_report;
|