aboutsummaryrefslogtreecommitdiffstats
path: root/util/sql.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-09-02 14:14:22 +0200
committerKim Alvefur <zash@zash.se>2015-09-02 14:14:22 +0200
commit0e48088e1b4a454f27c71d46d0b3e2b70c31202a (patch)
treed2081f5ff7f5ca99073f7c710e2a622d3eae2be1 /util/sql.lua
parentf60046aad559126e6f2d0e784192b1d175a52efa (diff)
downloadprosody-0e48088e1b4a454f27c71d46d0b3e2b70c31202a.tar.gz
prosody-0e48088e1b4a454f27c71d46d0b3e2b70c31202a.zip
util.sql: Export db2uri (mod_storage_sql2 command uses it) (thanks mike)
Diffstat (limited to 'util/sql.lua')
-rw-r--r--util/sql.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/sql.lua b/util/sql.lua
index 64f7c7fc..2d5e1774 100644
--- a/util/sql.lua
+++ b/util/sql.lua
@@ -329,4 +329,5 @@ return {
Table = Table;
Index = Index;
create_engine = create_engine;
+ db2uri = db2uri;
};