mirror of
https://github.com/wekan/wekan.git
synced 2026-03-01 19:30:15 +01:00
Commented out Admin Panel/Settings/Migrations related menu option and code to speed up WeKan.
Thanks to xet7 ! Fixes #6146
This commit is contained in:
parent
d57c5f736f
commit
9b3ecd795f
4 changed files with 358 additions and 422 deletions
|
|
@ -38,13 +38,13 @@ if (errors.length > 0) {
|
|||
}
|
||||
|
||||
// Import cron job storage for persistent job tracking
|
||||
import './cronJobStorage';
|
||||
// import './cronJobStorage';
|
||||
|
||||
// Import migrations
|
||||
import './migrations/fixMissingListsMigration';
|
||||
import './migrations/fixAvatarUrls';
|
||||
import './migrations/fixAllFileUrls';
|
||||
import './migrations/comprehensiveBoardMigration';
|
||||
// Import migrations - COMMENTED OUT
|
||||
// import './migrations/fixMissingListsMigration';
|
||||
// import './migrations/fixAvatarUrls';
|
||||
// import './migrations/fixAllFileUrls';
|
||||
// import './migrations/comprehensiveBoardMigration';
|
||||
|
||||
// Import file serving routes
|
||||
import './routes/universalFileServer';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue