Results 1 to 3 of 3

Thread: Changing Case ID number

  1. #1
    k2colo is offline Junior Member
    Join Date
    Apr 2006
    Posts
    2

    Default Changing Case ID number

    We are migrating from an existing ticketing system and would like to keep the assigned number sequence in tact. We are using 4.2.0 Open source. My question is this, is there a config setting somewhere that we can use to change the Case number assingment sequence from 1, 2, 3 etc to 1000, 1001, 1002 etc?

    Thanks in Advance....

  2. #2
    andyd is offline Sugar Team Member
    Join Date
    Jun 2004
    Posts
    3

    Default Re: Changing Case ID number

    Hi k2colo, our Case (and Bug and, in Sugar Pro/Ent flavors, Quote) IDs are auto-increments in MySQL. To change the next Case to 1000, use:

    ALTER TABLE cases AUTO_INCREMENT = 1000;

    This works on MySQL 5. I haven't checked earlier versions of MySQL.

    Hope this helps.

    Andy

  3. #3
    k2colo is offline Junior Member
    Join Date
    Apr 2006
    Posts
    2

    Default Re: Changing Case ID number

    Thanks Andy...I'll give it a try.....

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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