diff --git a/sql/reloadstatus.sql b/sql/reloadstatus.sql index 88895781..7becd9fb 100644 --- a/sql/reloadstatus.sql +++ b/sql/reloadstatus.sql @@ -3,3 +3,4 @@ select 'workinfo' as "workinfo",max(createdate) as "max createdate" from workinf select 'auths' as "auths",max(createdate) as "max createdate" from auths; select 'poolstats' as "poolstats",max(createdate) as "max createdate" from poolstats; select 'userstats' as "userstats",max(statsdate) as "max statsdate - start of this hour" from userstats; +select 'blocks' as "blocks",max(createdate) as "max createdate" from blocks;