forked from MTSR/mapserver
114 B
114 B
update blocks set mtime = 0 where pos = (select max(pos) from blocks);
select max(mtime) from blocks;