fixed filters pandora_enterprise#9864
This commit is contained in:
parent
d1beb5cb2d
commit
19f587b73a
|
@ -0,0 +1,5 @@
|
|||
START TRANSACTION;
|
||||
|
||||
ALTER TABLE `tevent_filter` MODIFY COLUMN `server_id` TEXT;
|
||||
|
||||
COMMIT;
|
Loading…
Reference in New Issue