mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 0.10->trunk
This commit is contained in:
commit
cbfe174fa4
1 changed files with 2 additions and 0 deletions
|
@ -480,6 +480,8 @@ local function create_table(engine, name) -- luacheck: ignore 431/engine
|
|||
Column { name="type", type="TEXT", nullable=false };
|
||||
Column { name="value", type="MEDIUMTEXT", nullable=false };
|
||||
Index { name="prosodyarchive_index", unique = true, "host", "user", "store", "key" };
|
||||
Index { name="prosodyarchive_with", "host", "user", "store", "with" };
|
||||
Index { name="prosodyarchive_when", "host", "user", "store", "when" };
|
||||
};
|
||||
engine:transaction(function()
|
||||
ProsodyArchiveTable:create(engine);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue