I just assume admins have access to prod databases and can run queries against it.
SELECT * FROM saved WHERE username = 'noodle';
UPDATE post SET link = "https://youtube.com/rickroll" WHERE username = 'noodle';
That kinda thing.
I just assume admins have access to prod databases and can run queries against it.
SELECT * FROM saved WHERE username = 'noodle';
UPDATE post SET link = "https://youtube.com/rickroll" WHERE username = 'noodle';
That kinda thing.