From 19f587b73a7bbca2673a271d79c22d368cf016b5 Mon Sep 17 00:00:00 2001 From: Daniel Barbero Date: Tue, 22 Nov 2022 11:37:33 +0100 Subject: [PATCH] fixed filters pandora_enterprise#9864 --- pandora_console/extras/mr/59.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pandora_console/extras/mr/59.sql diff --git a/pandora_console/extras/mr/59.sql b/pandora_console/extras/mr/59.sql new file mode 100644 index 0000000000..8952b0ba3c --- /dev/null +++ b/pandora_console/extras/mr/59.sql @@ -0,0 +1,5 @@ +START TRANSACTION; + +ALTER TABLE `tevent_filter` MODIFY COLUMN `server_id` TEXT; + +COMMIT; \ No newline at end of file