View | Details | Raw Unified | Return to bug 35473
Collapse All | Expand All

(-)a/installer/data/mysql/db_revs/230600061.pl (-1 / +5 lines)
Lines 52-57 return { Link Here
52
52
53
                say "Migrated room reservations plugin to it's own namespace";
53
                say "Migrated room reservations plugin to it's own namespace";
54
                say "You MUST upgrade to the latest room reservation plugin to continue using it";
54
                say "You MUST upgrade to the latest room reservation plugin to continue using it";
55
                $dbh->do(
56
                    "UPDATE plugin_data SET plugin_value = 0 WHERE plugin_class = 'Koha::Plugin::Com::MarywoodUniversity::RoomReservations' AND plugin_key = '__ENABLED__'"
57
                );
58
59
                say "Plugin disabled, please re-enable once you have upgraded it";
55
            }
60
            }
56
        }
61
        }
57
62
58
- 

Return to bug 35473