6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8846] db_migrate filtered appsFix
*
Your Email Address
*
Spam protection
Enter the letters below:
.___.. ..__ .___.. . | \ /[__) _/ \ / | \/ | \./__. \/
Comment
> db_migrate can't update all installed apps, eg 'content'. > > the default filter $GLOBALS['registry']->listApps() is set to ( > 'notoolbar', 'active'). > > Quick fix : > - if (!in_array($app, $GLOBALS['registry']->listApps(array()))) { > + if (!in_array($app, > $GLOBALS['registry']->listApps(array('inactive', 'hidden', > 'notoolbar', 'heading', 'block', 'admin', 'active')))) { > > I don't know if you want to run db_migrate on apps with status = 'inactive'. >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers