Update the database schema PublishWithoutEmail (servers)

pull/1809/head
devnull- 2017-01-05 16:38:19 +01:00
parent 719baf6220
commit c42e9dc2f9
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 'publish_without_email'
ALTER TABLE `servers` ADD `publish_without_email` tinyint(1) NOT NULL DEFAULT 0;