From 13c3e0d2742b90eed09beb19e3622b795da9002b Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Thu, 13 Oct 2011 10:24:30 +0200 Subject: fix: distribution map did not work when there were no nodes with a tag --- sources/db/pre.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/db') diff --git a/sources/db/pre.sql b/sources/db/pre.sql index 64e28bd..03e6b23 100644 --- a/sources/db/pre.sql +++ b/sources/db/pre.sql @@ -48,8 +48,8 @@ DROP TABLE IF EXISTS key_distributions; CREATE TABLE key_distributions ( key VARCHAR, - nodes BLOB, - ways BLOB + object_type VARCHAR(1), -- (n)ode, (w)ay, + png BLOB ); DROP TABLE IF EXISTS tags; -- cgit v1.2.3