We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6333353 commit 4e22582Copy full SHA for 4e22582
db/upgrade.php
@@ -651,7 +651,7 @@ function xmldb_theme_boost_union_upgrade($oldversion) {
651
upgrade_plugin_savepoint(true, 2024100747, 'theme', 'boost_union');
652
}
653
654
- if ($oldversion < 2025041428) {
+ if ($oldversion < 2024100756) {
655
// Define table theme_boost_union_menuitems to be altered.
656
$table = new xmldb_table('theme_boost_union_menuitems');
657
@@ -664,7 +664,7 @@ function xmldb_theme_boost_union_upgrade($oldversion) {
664
665
666
// Savepoint reached.
667
- upgrade_plugin_savepoint(true, 2025041428, 'theme', 'boost_union');
+ upgrade_plugin_savepoint(true, 2024100756, 'theme', 'boost_union');
668
669
670
// Load the builtin SCSS snippets into the database.
0 commit comments