Merged in dev_umistry (pull request #42)

Added a semi-colon to the SF SP
This commit is contained in:
Umang Mistry
2024-03-21 21:34:08 +00:00
@@ -23,7 +23,7 @@ BEGIN
call stg.log_audit(:procedure_name, 'Section 2', 99, 'START');
-- Recreating the training data table by calling the SP. This will replace the existing table with new column definitions
call STG.CREATE_TRAINING_DATA_TABLE()
call STG.CREATE_TRAINING_DATA_TABLE();
call stg.log_audit(:procedure_name, 'Section 2', 99, 'END');