INSERT INTO `qs_DPageOption` (`name`, `title`, `show`, `value`, `sorter`) VALUES ('showInDropdowns', 'Include to result of App_Cms_Obj::getPages4Select() method', 'n', 'y', '16'); ALTER TABLE `qs_Page` ADD `showInDropdowns` ENUM( 'y', 'n' ) NOT NULL DEFAULT 'y' AFTER `isIndexing` ; ALTER TABLE `qs_DraftPage` ADD `showInDropdowns` ENUM( 'y', 'n' ) NOT NULL DEFAULT 'y' AFTER `isIndexing` ; -- -------------------------- UPDATE `qs_DPageOption` SET `title` = 'Include in the result of the method App_Cms_Obj::getPages4Select()' WHERE `name` = 'showInDropdowns';