[+] BO : add SQL manager

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8760 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-09-26 08:30:14 +00:00
parent 30e94d126c
commit 60c004493e
14 changed files with 3066 additions and 9 deletions
+9
View File
@@ -157,3 +157,12 @@ ALTER TABLE `PREFIX_attribute_group` ADD `position` INT( 10 ) UNSIGNED NOT NULL
ALTER TABLE `PREFIX_feature` ADD `position` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0';
/* PHP:add_feature_position(); */;
CREATE TABLE IF NOT EXISTS `PREFIX_request_sql` (
`id_request_sql` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL,
`sql` text NOT NULL,
PRIMARY KEY (`id_request_sql`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
/* PHP:add_new_tab(AdminRequestSql, fr:Requête|es:Solicitud|en:Request|de:Wunsh|it:Richiesta, 9); */;