Skip to content

Commit 014e02f

Browse files
committed
Fix database schema issue - version number
1 parent 6052973 commit 014e02f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

db/upgrade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ function hvp_upgrade_2023122501() {
629629
/**
630630
* Adds mobile render method field
631631
*/
632-
function hvp_upgrade_20241121001() {
632+
function hvp_upgrade_2024112101() {
633633
global $DB;
634634
$dbman = $DB->get_manager();
635635

@@ -672,7 +672,7 @@ function xmldb_hvp_upgrade($oldversion) {
672672
2020112600,
673673
2022012001,
674674
2023122501,
675-
20241121001,
675+
2024112101,
676676
];
677677

678678
foreach ($upgrades as $version) {

version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
defined('MOODLE_INTERNAL') || die();
2525

26-
$plugin->version = 20241121001;
26+
$plugin->version = 2024112101;
2727
$plugin->requires = 2013051403;
2828
$plugin->cron = 0;
2929
$plugin->component = 'mod_hvp';

0 commit comments

Comments
 (0)