Florian Schaal
2015-07-21 4f9dee1b1df0c2ca872c9c6f0959c104124694ad
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';