summaryrefslogtreecommitdiff
path: root/sources/db/pre.sql
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-01-17 18:27:01 +0100
committerJochen Topf <jochen@topf.org>2013-01-17 18:27:01 +0100
commitd22886fe9671af0f24e8619501c8df422f0b708f (patch)
treec153d20951e180f354cf164ad77648a5716a0fa2 /sources/db/pre.sql
parent54a80b7853bb3122b1ad25f4e57e25d23f4d741d (diff)
downloadtaginfo-d22886fe9671af0f24e8619501c8df422f0b708f.tar
taginfo-d22886fe9671af0f24e8619501c8df422f0b708f.tar.gz
Remove unused prevalent_values field in keys sql table
Diffstat (limited to 'sources/db/pre.sql')
-rw-r--r--sources/db/pre.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/sources/db/pre.sql b/sources/db/pre.sql
index a7f0351..4be43ab 100644
--- a/sources/db/pre.sql
+++ b/sources/db/pre.sql
@@ -31,8 +31,7 @@ CREATE TABLE keys (
in_josm INTEGER DEFAULT 0,
in_potlatch INTEGER DEFAULT 0,
in_merkaartor INTEGER DEFAULT 0,
- characters VARCHAR,
- prevalent_values TEXT
+ characters VARCHAR
);
DROP TABLE IF EXISTS prevalent_values;