plugins/mod_storage_sql.lua
changeset 11275 41a962b72a6e
parent 10997 b5e7f4d533e2
child 11283 f225070e2b8a
--- a/plugins/mod_storage_sql.lua	Mon Nov 30 23:42:13 2020 +0100
+++ b/plugins/mod_storage_sql.lua	Sat Jan 09 21:08:33 2021 +0100
@@ -282,6 +282,7 @@
 	total = true;
 	quota = archive_item_limit;
 	truncate = true;
+	full_id_range = true;
 };
 archive_store.__index = archive_store
 function archive_store:append(username, key, value, when, with)