summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2015-03-14 11:37:41 +0100
committerJochen Topf <jochen@topf.org>2015-03-14 11:37:41 +0100
commitb900de42ac878d1b8adbbce6fa1783e0f7a244e6 (patch)
treea3f17ca7e6b2a96e2fb1f6f27f20db2cd66bcefc
parent09c7c596a1cdc045298018af14c2b1e4ea4d6702 (diff)
downloadtaginfo-b900de42ac878d1b8adbbce6fa1783e0f7a244e6.tar
taginfo-b900de42ac878d1b8adbbce6fa1783e0f7a244e6.tar.gz
Remove unused fields from tags table.
-rw-r--r--sources/db/pre.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/sources/db/pre.sql b/sources/db/pre.sql
index 9ee7126..eab3e47 100644
--- a/sources/db/pre.sql
+++ b/sources/db/pre.sql
@@ -79,8 +79,6 @@ CREATE TABLE tags (
count_nodes INTEGER DEFAULT 0,
count_ways INTEGER DEFAULT 0,
count_relations INTEGER DEFAULT 0,
- object_type VARCHAR(1), -- (n)ode, (w)ay, (r)elation
- object_id INTEGER,
in_wiki INTEGER DEFAULT 0,
in_projects INTEGER DEFAULT 0
);