[*] Classes: Add all fields in Hook class

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11782 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-27 10:36:15 +00:00
parent 2316a74075
commit 2a9fb74ec5
6 changed files with 49 additions and 34 deletions
-1
View File
@@ -813,7 +813,6 @@ 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;