mirror of
https://github.com/wekan/wekan.git
synced 2026-02-14 12:14:21 +01:00
Run database migrations when opening board. Not when updating WeKan.
Thanks to xet7 !
This commit is contained in:
parent
ea30612013
commit
2b5c56484a
20 changed files with 2508 additions and 118 deletions
|
|
@ -24,3 +24,6 @@ if (errors.length > 0) {
|
|||
console.error("\n\n");
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
// Import migration runner for on-demand migrations
|
||||
import './migrationRunner';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue