Results 1 to 2 of 2

Thread: Modifying the Job Repository tables

  1. #1

    Default Modifying the Job Repository tables

    Hi,

    I am storing my Job Repository in a RDBMS. Supposing I alter one of the tables like so...

    ALTER TABLE BATCH_JOB_EXECUTION ADD COLUMN PROCESS_DATE DATE DEFAULT NULL

    Would this work? Would it break my existing jobs?

    Thanks.

  2. #2

    Default

    You are just adding a column, don't think it'll break anything. Try and post the result.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •