Skip to content

Commit

Permalink
update locales & xml
Browse files Browse the repository at this point in the history
  • Loading branch information
amma35 committed Jul 17, 2018
1 parent fb08eb9 commit 3d3d18d
Show file tree
Hide file tree
Showing 71 changed files with 17,129 additions and 16,993 deletions.
7 changes: 1 addition & 6 deletions hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -1234,12 +1234,7 @@ function plugin_ocsinventoryng_install() {
if(!$DB->fieldExists('glpi_plugin_ocsinventoryng_ocsservers', 'history_plugins')) {
$query = "ALTER TABLE `glpi_plugin_ocsinventoryng_ocsservers`
ADD `history_plugins` tinyint(1) NOT NULL DEFAULT '0';";
$DB->queryOrDie($query, "1.4.4 add history_plugins in glpi_plugin_ocsinventoryng_ocsservers");
}
if(!$DB->fieldExists('glpi_plugin_ocsinventoryng_ocsservers', 'checksum_plugins')) {
$query = "ALTER TABLE `glpi_plugin_ocsinventoryng_ocsservers`
ADD `checksum_plugins` int(11) NOT NULL DEFAULT '0';";
$DB->queryOrDie($query, "1.4.4 add checksum_plugins in glpi_plugin_ocsinventoryng_ocsservers");
$DB->queryOrDie($query, "1.50 add history_plugins in glpi_plugin_ocsinventoryng_ocsservers");
}
/******************* Migration 1.4.4 *******************/

Expand Down
1 change: 1 addition & 0 deletions install/mysql/1.5.0-empty.sql
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ CREATE TABLE `glpi_plugin_ocsinventoryng_ocsservers` (
`history_software` tinyint(1) NOT NULL DEFAULT '1',
`history_vm` tinyint(1) NOT NULL DEFAULT '1',
`history_admininfos` tinyint(1) NOT NULL DEFAULT '1',
`history_plugins` tinyint(1) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `date_mod` (`date_mod`),
KEY `is_active` (`is_active`),
Expand Down
Binary file modified locales/ar_SA.mo
Binary file not shown.
Loading

0 comments on commit 3d3d18d

Please sign in to comment.