This commit is contained in:
root
2025-11-13 19:52:28 +03:00
parent 8aeeb05b7d
commit 807dec3b6c
4646 changed files with 163445 additions and 626017 deletions

View File

@@ -3,7 +3,7 @@
* Bitrix Framework
* @package bitrix
* @subpackage main
* @copyright 2001-2019 Bitrix
* @copyright 2001-2025 Bitrix
*/
namespace Bitrix\Main\EventLog\Internal;
@@ -38,8 +38,9 @@ class EventLogTable extends Data\DataManager
{
return [
(new Fields\IntegerField("ID"))
->configurePrimary(true)
->configureAutocomplete(true),
->configurePrimary()
->configureAutocomplete()
->configureSize(8),
(new Fields\DatetimeField("TIMESTAMP_X")),
(new Fields\StringField("SEVERITY")),
(new Fields\StringField("AUDIT_TYPE_ID")),