summaryrefslogtreecommitdiff
path: root/web/lib
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2010-11-04 20:48:20 +0100
committerJochen Topf <jochen@topf.org>2010-11-04 20:48:20 +0100
commit1292fe579b19061a0b5f69014b3635a1a2e9f9e1 (patch)
tree551fe909de25d2520b2aee65f48d3688fc21c77e /web/lib
parent0bf8b3ea8c9524a4a8666e5dcb5276c9729d45f6 (diff)
parent10f53cfe47f11629b26d550c7deabba4cc427fb3 (diff)
downloadtaginfo-1292fe579b19061a0b5f69014b3635a1a2e9f9e1.tar
taginfo-1292fe579b19061a0b5f69014b3635a1a2e9f9e1.tar.gz
added merkaartor branch
Diffstat (limited to 'web/lib')
-rw-r--r--web/lib/sql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/sql.rb b/web/lib/sql.rb
index 514dedf..c2487c0 100644
--- a/web/lib/sql.rb
+++ b/web/lib/sql.rb
@@ -11,7 +11,7 @@ module SQL
@db = SQLite3::Database.new(filename)
@db.results_as_hash = true
- [:db, :wiki, :josm].each do |dbname|
+ [:db, :wiki, :josm, :merkaartor].each do |dbname|
@db.execute("ATTACH DATABASE '#{dir}/taginfo-#{dbname}.db' AS #{dbname}")
end