Update the database schema unpublish_event (servers)

pull/1809/head
devnull- 2017-01-05 16:38:24 +01:00
parent c42e9dc2f9
commit c4d66e03e9
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- 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;