diff options
author | louiz’ <louiz@louiz.org> | 2017-03-08 15:39:50 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-03-27 11:49:07 +0200 |
commit | b7789fe586f375f09134a0817bd3ac19850c048f (patch) | |
tree | fdd26bf038f7a151a374a91db478775caad6d236 /database | |
parent | 1017e8f46bb6c4c9f878cba5e70f7c3a4c831433 (diff) | |
download | biboumi-b7789fe586f375f09134a0817bd3ac19850c048f.tar.gz biboumi-b7789fe586f375f09134a0817bd3ac19850c048f.tar.bz2 biboumi-b7789fe586f375f09134a0817bd3ac19850c048f.tar.xz biboumi-b7789fe586f375f09134a0817bd3ac19850c048f.zip |
Add a Persistent option on channels
fix #3230
Diffstat (limited to 'database')
-rw-r--r-- | database/database.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/database/database.xml b/database/database.xml index 7dc70e1..0bc6e35 100644 --- a/database/database.xml +++ b/database/database.xml @@ -46,6 +46,8 @@ <field name="maxHistoryLength" type="integer" default="20"/> + <field name="persistent" type="boolean" default="false"/> + <index unique="true"> <indexfield name="owner"/> <indexfield name="server"/> |