diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 09:37:43 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 09:37:43 +0200 |
commit | e0dda838a0cffd6b1f4fd3706e75537c1906b5ec (patch) | |
tree | 9d45fa7413700acef68896983e702b7a0ec85ca3 /db/upgrade.php | |
parent | f2352f6e189fc1a40836957e39f5243b9d826521 (diff) |
Fix errors returned from travis job
Diffstat (limited to 'db/upgrade.php')
-rw-r--r-- | db/upgrade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/upgrade.php b/db/upgrade.php index f1db600..e3fc7df 100644 --- a/db/upgrade.php +++ b/db/upgrade.php @@ -80,7 +80,7 @@ function xmldb_qtype_algebra_upgrade($oldversion=0) { } upgrade_plugin_savepoint(true, 2012061702, 'qtype', 'algebra'); } - + if ($oldversion < 2019042705) { // Define key question (foreign) to be dropped form qtype_algebra_variables. |