🧹 cleanup postgres + mysql

This commit is contained in:
Philipp Dormann 2021-05-22 18:09:28 +02:00
parent 0e498a5701
commit e667928863
16 changed files with 667 additions and 752 deletions

View file

@ -20,10 +20,7 @@
"build-geo": "node scripts/build-geo.js",
"build-db-schema": "dotenv prisma introspect",
"build-db-client": "dotenv prisma generate",
"download-country-names": "node scripts/download-country-names.js",
"loadtest": "node scripts/loadtest.js",
"loadtest:medium": "node scripts/loadtest.js --weight=medium",
"loadtest:heavy": "node scripts/loadtest.js --weight=heavy --verbose"
"download-country-names": "node scripts/download-country-names.js"
},
"dependencies": {
"@prisma/client": "2.21.2",
@ -77,8 +74,8 @@
"del": "6.0.0",
"dotenv-cli": "4.0.0",
"extract-react-intl-messages": "4.1.1",
"loadtest": "5.1.2",
"npm-run-all": "4.1.5",
"pkg": "^5.2.0",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-import": "13.0.0",
"postcss-preset-env": "6.7.0",