Merged in dev_umistry (pull request #42)
Added a semi-colon to the SF SP
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user