[+] BO : add SQL manager

This commit is contained in:
lLefevre
2011-09-26 08:30:14 +00:00
parent 85d2f519c7
commit d32e4703f1
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); */;