diff --git a/INSTALL/patch_PublishWithoutEmail.sql b/INSTALL/patch_PublishWithoutEmail.sql new file mode 100644 index 000000000..83042c7c9 --- /dev/null +++ b/INSTALL/patch_PublishWithoutEmail.sql @@ -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;