// Fix during language install (now support table with uppercase prefix on windows)
// Add is_native to hook table in db.sql file git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9989 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -783,6 +783,7 @@ CREATE TABLE `PREFIX_hook` (
|
||||
`description` text,
|
||||
`position` tinyint(1) NOT NULL default '1',
|
||||
`live_edit` tinyint(1) NOT NULL default '0',
|
||||
`is_native` tinyint(1) NOT NULL default '0',
|
||||
PRIMARY KEY (`id_hook`),
|
||||
UNIQUE KEY `hook_name` (`name`)
|
||||
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;
|
||||
|
||||
Reference in New Issue
Block a user