pandorafms/pandora_console/extras/mr/35.sql

5 lines
89 B
MySQL
Raw Normal View History

START TRANSACTION;
ALTER TABLE `tevent_filter` MODIFY `severity` TEXT NOT NULL;
COMMIT;