I am updating my MySQL database with the value of SaveStateJSON every x seconds. However, it keeps appending, so each X second the data transferred is bigger and bigger in size, which is not what I want. I need to reset/clea/delete the value of SaveStateJSON before each database update. How to proceed? I find absolutely nothing that allows to do that. I am desperate. Any help would be extremely handy!