Browse Source

sql - add blocks to reloadstatus.sql coz

master
kanoi 10 years ago
parent
commit
be308917cc
  1. 1
      sql/reloadstatus.sql

1
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;

Loading…
Cancel
Save