mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Prisma Migrate with database seeding fixes #559
This commit is contained in:
parent
f8ac987bfc
commit
3925258bc7
12 changed files with 340 additions and 68 deletions
|
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "2.18.0",
|
||||
"@prisma/client": "2.19.0",
|
||||
"@reduxjs/toolkit": "^1.5.0",
|
||||
"bcrypt": "^5.0.0",
|
||||
"chalk": "^4.1.0",
|
||||
|
|
@ -98,7 +98,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@formatjs/cli": "^2.13.16",
|
||||
"@prisma/cli": "2.18.0",
|
||||
"@rollup/plugin-buble": "^0.21.3",
|
||||
"@rollup/plugin-node-resolve": "^11.1.1",
|
||||
"@rollup/plugin-replace": "^2.3.4",
|
||||
|
|
@ -121,6 +120,7 @@
|
|||
"postcss-preset-env": "^6.7.0",
|
||||
"prettier": "^2.2.1",
|
||||
"prettier-eslint": "^12.0.0",
|
||||
"prisma": "2.19.0",
|
||||
"rollup": "^2.38.3",
|
||||
"rollup-plugin-hashbang": "^2.2.2",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue