diff options
author | Jochen Topf <jochen@topf.org> | 2015-03-14 11:37:41 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2015-03-14 11:37:41 +0100 |
commit | b900de42ac878d1b8adbbce6fa1783e0f7a244e6 (patch) | |
tree | a3f17ca7e6b2a96e2fb1f6f27f20db2cd66bcefc /sources | |
parent | 09c7c596a1cdc045298018af14c2b1e4ea4d6702 (diff) | |
download | taginfo-b900de42ac878d1b8adbbce6fa1783e0f7a244e6.tar taginfo-b900de42ac878d1b8adbbce6fa1783e0f7a244e6.tar.gz |
Remove unused fields from tags table.
Diffstat (limited to 'sources')
-rw-r--r-- | sources/db/pre.sql | 2 |
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 ); |