From 18b0f8a206e890e3b48832c98f2c4eea708b4d18 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Tue, 20 May 2014 15:45:20 +0200 Subject: Remove last remnants of never-used merkaartor source. --- sources/db/pre.sql | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sources/db') 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; -- cgit v1.2.3