mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Merge 0.11->trunk
This commit is contained in:
commit
1724e9a271
2 changed files with 9 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue