summaryrefslogtreecommitdiff
path: root/sources/db/pre.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sources/db/pre.sql')
-rw-r--r--sources/db/pre.sql4
1 files changed, 2 insertions, 2 deletions
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;