Open PJanisio opened 5 months ago
To fix remainings in your database before this fix is implemented you can use this query:
DELETE FROM `trending` WHERE NOT EXISTS ( SELECT * FROM `pastes` WHERE pid=trending.paste_id );
To fix remainings in your database before this fix is implemented you can use this query: