Skip to content

Commit

Permalink
Update to 1.3.0 is broken. fix #58
Browse files Browse the repository at this point in the history
Thanks Remi
  • Loading branch information
tsmr committed Nov 29, 2016
1 parent df52a02 commit b32d91e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ function plugin_ocsinventoryng_install()
&& FieldExists('glpi_plugin_ocsinventoryng_ipdiscoverocslinks', 'address')
) {
$query = "ALTER TABLE `glpi_plugin_ocsinventoryng_ipdiscoverocslinks`
ADD CHANGE `address` `subnet` VARCHAR(40) COLLATE utf8_unicode_ci DEFAULT NULL;";
CHANGE `address` `subnet` VARCHAR(40) COLLATE utf8_unicode_ci DEFAULT NULL;";
$DB->queryOrDie($query, "1.3.0 update table glpi_plugin_ocsinventoryng_ipdiscoverocslinks change subnet");
}

Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function plugin_version_ocsinventoryng()
{

return array('name' => "OCS Inventory NG",
'version' => '1.3.0',
'version' => '1.3.1',
'author' => 'Gilles Dubois, Remi Collet, Nelly Mahu-Lasson, David Durieux, Xavier Caillaud, Walid Nouh, Arthur Jaouen',
'license' => 'GPLv2+',
'homepage' => 'https://github.com/pluginsGLPI/ocsinventoryng',
Expand Down

0 comments on commit b32d91e

Please sign in to comment.