Software /
code /
prosody
Comparison
tools/migration/migrator/prosody_sql.lua @ 7359:a5a080c12c96
Update every link to the documentation to use HTTPS
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 16 Apr 2016 21:08:05 +0100 |
parent | 5776:bd0ff8ae98a8 |
child | 7885:236b5a6154b2 |
comparison
equal
deleted
inserted
replaced
7358:d0390bc9c5d1 | 7359:a5a080c12c96 |
---|---|
10 local mtools = require "migrator.mtools"; | 10 local mtools = require "migrator.mtools"; |
11 local tostring = tostring; | 11 local tostring = tostring; |
12 local tonumber = tonumber; | 12 local tonumber = tonumber; |
13 | 13 |
14 if not have_DBI then | 14 if not have_DBI then |
15 error("LuaDBI (required for SQL support) was not found, please see http://prosody.im/doc/depends#luadbi", 0); | 15 error("LuaDBI (required for SQL support) was not found, please see https://prosody.im/doc/depends#luadbi", 0); |
16 end | 16 end |
17 | 17 |
18 module "prosody_sql" | 18 module "prosody_sql" |
19 | 19 |
20 local function create_table(connection, params) | 20 local function create_table(connection, params) |