mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 23:21:47 +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
18
package.json
18
package.json
|
|
@ -17,25 +17,25 @@
|
|||
"sinon": "^13.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.26.10",
|
||||
"@babel/runtime": "^7.28.4",
|
||||
"@mapbox/node-pre-gyp": "^1.0.10",
|
||||
"@rwap/jquery-ui-touch-punch": "^1.0.11",
|
||||
"@wekanteam/dragscroll": "https://github.com/wekan/dragscroll.git",
|
||||
"@wekanteam/exceljs": "https://github.com/wekan/exceljs.git",
|
||||
"@wekanteam/exceljs": "git+https://github.com/wekan/exceljs.git",
|
||||
"@wekanteam/html-to-markdown": "^1.0.2",
|
||||
"@wekanteam/meteor-globals": "^1.1.4",
|
||||
"@wekanteam/meteor-reactive-cache": "^1.0.6",
|
||||
"ajv": "^6.12.6",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"bson": "^4.5.2",
|
||||
"bson": "^4.7.2",
|
||||
"chart.js": "^4.5.0",
|
||||
"dompurify": "^3.2.4",
|
||||
"dompurify": "^3.2.7",
|
||||
"es6-promise": "^4.2.4",
|
||||
"escape-string-regexp": "^5.0.0",
|
||||
"fibers": "^5.0.3",
|
||||
"file-type": "^16.5.4",
|
||||
"filesize": "^8.0.7",
|
||||
"i18next": "^21.6.16",
|
||||
"i18next": "^21.10.0",
|
||||
"i18next-sprintf-postprocessor": "^0.2.2",
|
||||
"jquery": "^3.7.1",
|
||||
"jquery-ui": "^1.13.3",
|
||||
|
|
@ -47,15 +47,15 @@
|
|||
"meteor-accounts-t9n": "^2.6.0",
|
||||
"meteor-node-stubs": "^1.2.24",
|
||||
"minio": "^7.1.3",
|
||||
"moment": "^2.29.4",
|
||||
"moment": "^2.30.1",
|
||||
"mongodb3legacy": "npm:mongodb@3.7.4",
|
||||
"mongodb4legacy": "npm:mongodb@4.17.2",
|
||||
"mongodb5legacy": "npm:mongodb@5.9.2",
|
||||
"mongodb6legacy": "npm:mongodb@6.3.0",
|
||||
"mongodb7legacy": "npm:mongodb@7.0.1",
|
||||
"mongodb8legacy": "npm:mongodb@6.9.0",
|
||||
"mongodb7legacy": "npm:mongodb@6.20.0",
|
||||
"mongodb8legacy": "npm:mongodb@6.20.0",
|
||||
"os": "^0.1.2",
|
||||
"papaparse": "^5.3.1",
|
||||
"papaparse": "^5.5.3",
|
||||
"pretty-ms": "^7.0.1",
|
||||
"qs": "^6.13.0",
|
||||
"simpl-schema": "^3.4.6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue