// Add module upgrader

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11388 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vSchoener
2011-12-19 17:54:54 +00:00
parent 5efc077d8d
commit 4b8097e154
5 changed files with 270 additions and 28 deletions
+1
View File
@@ -951,6 +951,7 @@ CREATE TABLE `PREFIX_module` (
`id_module` int(10) unsigned NOT NULL auto_increment,
`name` varchar(64) NOT NULL,
`active` tinyint(1) unsigned NOT NULL default '0',
`version` VARCHAR(8) NOT NULL,
PRIMARY KEY (`id_module`),
KEY `name` (`name`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;