Results 1 to 2 of 2

Thread: Reset bug numbers

  1. #1
    MIConsultancy is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    15

    Default Reset bug numbers

    hello,

    where can i reset the bug numbers?

    Thanks in advance

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: Reset bug numbers

    You need to do this at the database level via an SQL query. Before you do that though, you'll need to determine what you'll do with the existing Bugs.

    Because the existing Bugss will have numbers that you will eventually hit again after the reset, you need to either renumber them or remove them from the current table (purge or move to a separate table). After you've addressed that part, you can then reset the numbering by executing the following SQL query:

    Code:
    ALTER TABLE bugs AUTO_INCREMENT = 0
    Last edited by Angel; 2007-05-18 at 08:29 PM. Reason: Wrong table name
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. problem reporting a bug in Bug Tracker module
    By roysterphil in forum Help
    Replies: 1
    Last Post: 2006-11-28, 07:41 PM
  2. Bug submitting a bug
    By sunside in forum Help
    Replies: 3
    Last Post: 2006-05-06, 12:01 AM
  3. Bug Numbers not created automatically
    By leigh in forum Help
    Replies: 0
    Last Post: 2005-09-01, 01:15 AM

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
  •