summaryrefslogtreecommitdiff
path: root/sources/db/pre.sql
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-09-29 16:55:32 +0200
committerJochen Topf <jochen@topf.org>2014-09-29 16:55:32 +0200
commit957ee90110ecaad81129a27ca144e8940853a6f0 (patch)
treefd1d0fc76eb8566dd28ea8391fed0a2dc22c9740 /sources/db/pre.sql
parentea89e135fb09a7698f2687ae3352c304ee15dd77 (diff)
downloadtaginfo-957ee90110ecaad81129a27ca144e8940853a6f0.tar
taginfo-957ee90110ecaad81129a27ca144e8940853a6f0.tar.gz
Remove spaces at line endings.
Diffstat (limited to 'sources/db/pre.sql')
-rw-r--r--sources/db/pre.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/db/pre.sql b/sources/db/pre.sql
index 91bd7e7..1c752be 100644
--- a/sources/db/pre.sql
+++ b/sources/db/pre.sql
@@ -81,7 +81,7 @@ CREATE TABLE key_combinations (
count_all INTEGER,
count_nodes INTEGER,
count_ways INTEGER,
- count_relations INTEGER
+ count_relations INTEGER
);
DROP TABLE IF EXISTS tag_combinations;
@@ -94,7 +94,7 @@ CREATE TABLE tag_combinations (
count_all INTEGER,
count_nodes INTEGER,
count_ways INTEGER,
- count_relations INTEGER
+ count_relations INTEGER
);
DROP TABLE IF EXISTS relation_types;