mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 04:38:49 +01:00
When opening board, migrate from Shared Lists to Per-Swimlane Lists.
Thanks to xet7 ! Fixes #5952
This commit is contained in:
parent
48b645ee1e
commit
1e6252de7f
8 changed files with 112 additions and 219 deletions
|
|
@ -40,8 +40,6 @@ if (errors.length > 0) {
|
|||
// Import cron job storage for persistent job tracking
|
||||
import './cronJobStorage';
|
||||
|
||||
// Import board migration detector for automatic board migrations
|
||||
import './boardMigrationDetector';
|
||||
|
||||
// Import cron migration manager for cron-based migrations
|
||||
import './cronMigrationManager';
|
||||
// Note: Automatic migrations are disabled - migrations only run when opening boards
|
||||
// import './boardMigrationDetector';
|
||||
// import './cronMigrationManager';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue