Files
danbooru/script/trim.sql
2012-04-25 14:39:30 -05:00

5 lines
131 B
SQL

set statement_timeout = 0;
delete from posts where id < 1140000;
delete from post_appeals where post_id < 1140000;
vacuum analyze;