Quote:
Originally Posted by Zelda-King
Does anyone remember the query to update "Minimum Posts Per Day" for all games at once? It was posted ages ago on the home site but it's been long turned off.
(And yes I know of the option in the Games section but it's a drag doing it for over 300 games when one simple query can fix it...)
|
This should do it
Code:
UPDATE tableprefixarcade_games SET minpoststhisday='xx'
Where xx is the minimum number of posts per day you want to change it to.
/SK