util.sql: Export db2uri (mod_storage_sql2 command uses it) (thanks mike)

This commit is contained in:
Kim Alvefur 2015-09-02 14:14:22 +02:00
parent 90f5cf4cc1
commit 28202ed1c9

View file

@ -329,4 +329,5 @@ return {
Table = Table; Table = Table;
Index = Index; Index = Index;
create_engine = create_engine; create_engine = create_engine;
db2uri = db2uri;
}; };