.busted
author Kim Alvefur <zash@zash.se>
Sat, 17 Jun 2023 00:00:21 +0200
changeset 13160 019cd1db9bec
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_storage_sql: Be more specific when checking for old index in SQLite3 Prevents false positives in the odd case where something other than an index with this name might exist.

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}