You've already forked explain.depesz.com
mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2025-07-15 01:34:18 +02:00
fix for history pagination
This commit is contained in:
@ -169,7 +169,7 @@ sub get_public_list_paged {
|
||||
to => $to->as_str( '%Y-%m-%d' ),
|
||||
rows => $rows || [],
|
||||
next_date => $next,
|
||||
prev_date => $since
|
||||
prev_date => ( $to - 8 )->as_str( '%Y-%m-%d' )
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user