Mercurial > prosody-hg
diff tools/migration/migrator/prosody_sql.lua @ 5776:bd0ff8ae98a8
Remove all trailing whitespace
| author | Florian Zeitz <florob@babelmonkeys.de> |
|---|---|
| date | Fri, 09 Aug 2013 17:48:21 +0200 |
| parents | 52ccbf71d062 |
| children | a5a080c12c96 4e3067272fae |
line wrap: on
line diff
--- a/tools/migration/migrator/prosody_sql.lua Fri Aug 09 16:03:48 2013 +0200 +++ b/tools/migration/migrator/prosody_sql.lua Fri Aug 09 17:48:21 2013 +0200 @@ -24,7 +24,7 @@ elseif params.driver == "MySQL" then create_sql = create_sql:gsub("`value` TEXT", "`value` MEDIUMTEXT"); end - + local stmt = connection:prepare(create_sql); if stmt then local ok = stmt:execute();
