From a772d25d0aea8b1710c2a290579f95b5cfe2bb57 Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Tue, 19 Mar 2019 12:50:06 +0100 Subject: [PATCH] doc fixes --- doc/incrementalrendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/incrementalrendering.md b/doc/incrementalrendering.md index 7e4e4f5..f2640e3 100644 --- a/doc/incrementalrendering.md +++ b/doc/incrementalrendering.md @@ -29,7 +29,7 @@ last\_mtime | **1552977950020** The following query will return all changed blocks since the last call: -``` +```sql select posx,posy,posz,data,mtime from blocks b where b.mtime > 1552977950020