fixed filters pandora_enterprise#9864

This commit is contained in:
Daniel Barbero 2022-11-22 11:37:33 +01:00
parent d1beb5cb2d
commit 19f587b73a
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
START TRANSACTION;
ALTER TABLE `tevent_filter` MODIFY COLUMN `server_id` TEXT;
COMMIT;