plugins/mod_storage_sql.lua
changeset 11971 0f2b5182e80b
parent 11629 04abe65b8067
child 11973 395dce95508d
--- a/plugins/mod_storage_sql.lua	Mon Nov 29 17:40:40 2021 +0100
+++ b/plugins/mod_storage_sql.lua	Tue Nov 30 01:21:02 2021 +0100
@@ -284,6 +284,7 @@
 	truncate = true;
 	full_id_range = true;
 	ids = true;
+	wildcard_delete = true;
 };
 archive_store.__index = archive_store
 function archive_store:append(username, key, value, when, with)