This got resolved by running the following in mysql console:
use bitnami_reviewboard;
SET FOREIGN_KEY_CHECKS=0;
TRUNCATE reviews_reviewrequest;
SET FOREIGN_KEY_CHECKS=1;
ALTER TABLE reviews_reviewrequest AUTO_INCREMENT=1;

On Thursday, February 4, 2016 at 1:01:03 PM UTC+5:30, Hari Prasad wrote:
>
> Hi,
>
> Based on the comments given in 
> https://groups.google.com/forum/#!searchin/reviewboard/reset/reviewboard/7Mf-9hXQDec/hON__ZFpoxIJ,
>  
>  I did the following:
>
> 1. logged into mysql console
> 2. ran "use bitnami_reviewboard;"
> 3. ran "ALTER TABLE reviews_reviewrequest AUTO_INCREMENT=1;"
>
> But I still dont see review id reset to 1.
>
> Please let me know how to resolve this.
>
> Regards,
> Hari
>
> On Wednesday, February 3, 2016 at 3:44:05 PM UTC+5:30, Hari Prasad wrote:
>>
>> Hi,
>> I was doing some experiments with RB till date and planning to deploy for 
>> usage in my project.
>>
>> Before deploying I would like to reset the review id back to 1 so that 
>> things start afresh.
>>
>> Please advise how to do so.
>>
>> Regards,
>> Hari
>>
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to