[*] BO : Modules can now be authorized or not by client group
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9108 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1954,3 +1954,10 @@ PRIMARY KEY (`id_discount`, `id_shop`),
|
||||
KEY `id_shop` (`id_shop`)
|
||||
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE `PREFIX_group_module_restriction` (
|
||||
`id_group` INT(11) UNSIGNED NOT NULL ,
|
||||
`id_module` INT(11) UNSIGNED NOT NULL ,
|
||||
`authorized` tinyint(1) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id_group`,`id_module`)
|
||||
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user