Florian Schaal
2015-04-29 12ab95f8be7c788e30c54f1e0b5f4c1b8eebe80f
1
2
ALTER TABLE `directive_snippets` ADD `customer_viewable` ENUM('n','y') NOT NULL DEFAULT 'n' AFTER `snippet`;
ALTER TABLE `web_domain` ADD `directive_snippets_id` int(11) unsigned NOT NULL default '0';