Browse Source

Ims LTI fix plugin installation - refs BT#13469

Angel Fernando Quiroz Campos 6 years ago
parent
commit
7775f9b1e6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugin/ims_lti/ImsLtiPlugin.php

+ 1 - 0
plugin/ims_lti/ImsLtiPlugin.php

@@ -126,6 +126,7 @@ class ImsLtiPlugin extends Plugin
             $toolTable->addColumn('shared_secret', Type::STRING);
             $toolTable->addColumn('custom_params', Type::TEXT)->setNotnull(false);
             $toolTable->addColumn('is_global', Type::BOOLEAN);
+            $toolTable->addColumn('active_deep_linking', Type::BOOLEAN)->setNotnull(false)->setDefault(false);
             $toolTable->setPrimaryKey(['id']);
 
             $queries = $pluginSchema->toSql($platform);