PDA

View Full Version : Delete weird stakes?



A-LX
04-23-2010, 05:11 AM
So I was testing some mining software and it still had a few bugs with the display of the stakes and such and this resulted in HEM creating weird stakes in my filters like this

http://img15.imageshack.us/img15/3570/weirdstakes.jpg (http://img15.imageshack.us/i/weirdstakes.jpg/)

is there a way to delete the stakes so I only have the normal ones left?

netsrak
04-23-2010, 05:18 AM
Its saved in the gametype table of the database.

You can delete rows in there via the pgadmin -> query tool
but make a database backup before trying.

A-LX
04-23-2010, 05:54 AM
so how exacty can I do that? I've opened the gametypes folder with "select * from gametypes" (not sure if that's right) and I got a list of all the stakes played.

Do I just select the stake and delete or something? and what's the delete command?

netsrak
04-25-2010, 05:28 AM
Sorry but that needs some SQL knowledge. If you don't have this you should not try it and we do not support things like this officially.