Merge 0.11->trunk

This commit is contained in:
Kim Alvefur 2020-03-22 21:13:09 +01:00
commit 1724e9a271
2 changed files with 9 additions and 5 deletions

View file

@ -649,6 +649,7 @@ local function create_table(engine) -- luacheck: ignore 431/engine
Index { name="prosodyarchive_index", unique = engine.params.driver ~= "MySQL", "host", "user", "store", "key" };
Index { name="prosodyarchive_with_when", "host", "user", "store", "with", "when" };
Index { name="prosodyarchive_when", "host", "user", "store", "when" };
Index { name="prosodyarchive_sort", "host", "user", "store", "sort_id" };
};
engine:transaction(function()
ProsodyArchiveTable:create(engine);