I sent this email to supabase and they asked me to reach out here: Hello SupaBase Team, I recently made an accidental destructive change to my database and need to restore it (I ran in the SQL editor (my last command) ALTER TABLE tournaments ADD COLUMN IF NOT EXISTS "roundTimings" JSONB; This resulted in the wiping of different other things, casing things to not be saved/messed up in the frontend (e.g. I had sections, but they are all gone now in the frotnend as well)). I have just upgraded my project (account) to the Pro plan specifically to use the Point-in-Time Recovery feature after the change. I see now that PITR is a separate add-on that I must enable. My question is: If I enable the PITR add-on now, will I be able to restore my database to a point in time from yesterday, before the add-on was active? I need to know for certain if the recovery is retroactive before I purchase the add-on, or if there is any other way to undo the change I made, because this essentially broke my entire project, and things I was storing. Thank you. I appreciate your help... That's my email. Please help me know if anyone knows what I can do.