Diff

plugins/mod_storage_sql.lua @ 9501:8715961bfa13

mod_storage_sql: Fix issue number in comment that was fixed by 55b40f3fa659 (fixes #1073)
author Matthew Wild <mwild1@gmail.com>
date Sat, 13 Oct 2018 08:17:58 +0100
parent 9500:7de89d66cbb9
child 9537:5fe1b08e6353
line wrap: on
line diff
--- a/plugins/mod_storage_sql.lua	Fri Oct 12 21:59:15 2018 +0100
+++ b/plugins/mod_storage_sql.lua	Sat Oct 13 08:17:58 2018 +0100
@@ -522,7 +522,7 @@
 			end
 
 			do
-				-- Ensure index is not unique (issue #1087)
+				-- Ensure index is not unique (issue #1073)
 				local result = assert(engine:execute([[SHOW INDEX FROM prosodyarchive WHERE key_name='prosodyarchive_index' and non_unique=0]]));
 				if result:rowcount() > 0 then
 					changes = true;