forked from Cavemanon/cavepaintings
reset image id function for admin
this basically grabs all the image_id's > sets them all from 1-whatever (so it would be like you never deleted an image)
This commit is contained in:
@ -26,6 +26,7 @@ class AdminPageTheme extends Themelet {
|
||||
<option value='recount tag use'>Recount tag use</option>
|
||||
<option value='purge unused tags'>Purge unused tags</option>
|
||||
<option value='database dump'>Download database contents</option>
|
||||
<option value='reset image ids'>Reset image ids</option>
|
||||
<!--<option value='convert to innodb'>Convert database to InnoDB (MySQL only)</option>-->
|
||||
</select>
|
||||
<input type='submit' value='Go'>
|
||||
|
Reference in New Issue
Block a user