Skip to content
Snippets Groups Projects
Commit bb441dc8 authored by Florian Schaal's avatar Florian Schaal
Browse files

upd_dev_collection.sql

parent bdd7348b
No related branches found
No related tags found
1 merge request!252Master
...@@ -188,4 +188,4 @@ ALTER TABLE openvz_vm ...@@ -188,4 +188,4 @@ ALTER TABLE openvz_vm
ADD COLUMN `bootorder` INT(11) NOT NULL DEFAULT '1' AFTER `start_boot`, ADD COLUMN `bootorder` INT(11) NOT NULL DEFAULT '1' AFTER `start_boot`,
ADD COLUMN `custom` text; ADD COLUMN `custom` text;
ALTER TABLE `web_domain` ADD `ssl_letsencrypt` enum('n','y') NOT NULL DEFAULT 'n'; ALTER TABLE `web_domain` ADD `ssl_letsencrypt` enum('n','y') NOT NULL DEFAULT 'n' AFETR `ssl`;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment