MISP/INSTALL/patch_Unpublish_event.sql

4 lines
151 B
SQL

-- Patch to add column in servers table in order to save 'unpublish_event'
ALTER TABLE `servers` ADD `unpublish_event` tinyint(1) NOT NULL DEFAULT 0;