by kraada » Mon Aug 29, 2011 8:40 am
I realized I forgot a couple of other queries you might want to run. That query blanks out all notes, but there are still flags set for notes on individual hands and players.
To change it to false for all players run:
UPDATE player SET flg_note = FALSE;
To set it to false for all hands run:
UPDATE holdem_hand_summary SET flg_note = FALSE;
(that's for holdem cash hands, for tournament or omaha hands change the table accordingly)