hello,
where can i reset the bug numbers?
Thanks in advance
hello,
where can i reset the bug numbers?
Thanks in advance
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)
______________________________________________
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks