#10065 added private_filter_user field for new installations.

This commit is contained in:
Jorge Rincon 2023-08-09 15:35:03 +02:00
parent 3429e0d190
commit 74f2fa7a74
1 changed files with 1 additions and 0 deletions

View File

@ -1296,6 +1296,7 @@ CREATE TABLE IF NOT EXISTS `tevent_filter` (
`custom_data` VARCHAR(500) DEFAULT '',
`custom_data_filter_type` TINYINT UNSIGNED DEFAULT 0,
`owner_user` TEXT,
`private_filter_user` TEXT,
PRIMARY KEY (`id_filter`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;