mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
added retention rules to piler core
This commit is contained in:
@ -91,6 +91,7 @@ define('TABLE_DOMAIN', 'domain');
|
||||
define('TABLE_COUNTER', 'counter');
|
||||
define('TABLE_AUDIT', 'audit');
|
||||
define('TABLE_ARCHIVING_RULE', 'archiving_rule');
|
||||
define('TABLE_RETENTION_RULE', 'retention_rule');
|
||||
define('VIEW_MESSAGES', 'messages');
|
||||
|
||||
define('SPHINX_DRIVER', 'sphinx');
|
||||
|
Reference in New Issue
Block a user