summaryrefslogtreecommitdiff
path: root/sources/db
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-20 15:45:20 +0200
committerJochen Topf <jochen@topf.org>2014-05-20 15:45:20 +0200
commit18b0f8a206e890e3b48832c98f2c4eea708b4d18 (patch)
treeee5593c2de3586f60fa7f18e2a8c3aa2a4761e55 /sources/db
parent8a5eeda24ef1cf91314d6ecbf58790443cebea1f (diff)
downloadtaginfo-18b0f8a206e890e3b48832c98f2c4eea708b4d18.tar
taginfo-18b0f8a206e890e3b48832c98f2c4eea708b4d18.tar.gz
Remove last remnants of never-used merkaartor source.
Diffstat (limited to 'sources/db')
-rw-r--r--sources/db/pre.sql4
1 files changed, 1 insertions, 3 deletions
diff --git a/sources/db/pre.sql b/sources/db/pre.sql
index 905da8d..bc51db0 100644
--- a/sources/db/pre.sql
+++ b/sources/db/pre.sql
@@ -30,7 +30,6 @@ CREATE TABLE keys (
in_wiki_en INTEGER DEFAULT 0,
in_josm INTEGER DEFAULT 0,
in_potlatch INTEGER DEFAULT 0,
- in_merkaartor INTEGER DEFAULT 0,
characters VARCHAR
);
@@ -75,8 +74,7 @@ CREATE TABLE tags (
in_wiki INTEGER DEFAULT 0,
in_wiki_en INTEGER DEFAULT 0,
in_josm INTEGER DEFAULT 0,
- in_potlatch INTEGER DEFAULT 0,
- in_merkaartor INTEGER DEFAULT 0
+ in_potlatch INTEGER DEFAULT 0
);
DROP TABLE IF EXISTS key_combinations;