Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(install): db schema update
Browse files Browse the repository at this point in the history
Signed-off-by: Domingo Oropeza <doropeza@teclib.com>
  • Loading branch information
DIOHz0r authored and ajsb85 committed May 25, 2018
1 parent 50bd241 commit c8c332b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/upgrade/update_to_dev.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ function plugin_flyvemdm_update_to_dev(Migration $migration) {
$migration->addField($table, 'apple_max_version', 'bool', ['after' => 'apple_min_version']);
$migration->addKey($table, 'group', 'group');
$migration->addKey($table, 'plugin_flyvemdm_policycategories_id', 'plugin_flyvemdm_policycategories_id');
$migration->dropField($table, 'is_android_policy');
$migration->dropField($table, 'is_apple_policy');

// Rename and update fleet_policy into task
$table = 'glpi_plugin_flyvemdm_tasks';
Expand Down

0 comments on commit c8c332b

Please sign in to comment.