[SOLVED] Reset Event index?

Forum for questions and support relating to the 1.24.x releases only.
Locked
falcon15500
Posts: 5
Joined: Wed Jun 22, 2011 11:22 pm

[SOLVED] Reset Event index?

Post by falcon15500 »

Hey guys,

A small question (I hope). Where can I find the Event index number, so I can reset it? I have done a wiki and forum search but I guess the terms "event", "index" & "number" are a bit too generic. :)

Regards,

M.

Edit: I expected that it would be somewhere in the db, but I can't find it.
Last edited by falcon15500 on Fri Jun 24, 2011 7:30 am, edited 1 time in total.
mastertheknife
Posts: 678
Joined: Wed Dec 16, 2009 4:32 pm
Location: Israel

Re: Reset Event index?

Post by mastertheknife »

Its an auto-incrementing field in the Events table as far as i remember. You can use phpmyadmin to change it.

mastertheknife
Kfir Itzhak.
falcon15500
Posts: 5
Joined: Wed Jun 22, 2011 11:22 pm

Re: Reset Event index?

Post by falcon15500 »

Lol. Yeah, sorry... Auto_Increment finally seeped into my dim consciousness and I fixed it up with:

Code: Select all

ALTER TABLE Events AUTO_INCREMENT=1
Thanks for your help.

M.
Locked