Skip to content

Commit

Permalink
Updated scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Aiham <[email protected]>
  • Loading branch information
aihamh committed May 16, 2024
1 parent bf0674e commit 4e53672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_scripts/mosip_prereg/ddl/batch_job_execution.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CREATE TABLE prereg.batch_job_execution
EXIT_MESSAGE VARCHAR(2500) ,
LAST_UPDATED TIMESTAMP,
constraint JOB_INST_EXEC_FK foreign key (JOB_INSTANCE_ID)
references prereg.batch_job_instance(JOB_INSTANCE_ID)
references BATCH_JOB_INSTANCE(JOB_INSTANCE_ID)
)
WITH (
OIDS = FALSE
Expand Down

0 comments on commit 4e53672

Please sign in to comment.