Skip to content

Instantly share code, notes, and snippets.

View billyjov's full-sized avatar
😉
Keep Smiling

Billy Lando billyjov

😉
Keep Smiling
View GitHub Profile
@billyjov
billyjov / clean-prestashop-db.sql
Last active December 15, 2021 23:23 — forked from julienbourdeau/clean-prestashop-db.sql
Clean PrestaShop database - Drop old and unless data
# Delete all logs
TRUNCATE ps_log;
# DELETE logs with date
DELETE FROM ps_log WHERE date_add < '2021-09-14 18:00:00';
# Delete old connection data (only used for stats)
# change 2016-02-01 00:00:00 according to you needs
@Sanix-Darker
Sanix-Darker / wgetcheckbrokenlinks.sh
Created December 27, 2021 15:37
wgetcheckbrokenlinks.sh