Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Jan 16, 2024
1 parent eb96bfb commit c344920
Show file tree
Hide file tree
Showing 7 changed files with 586 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/data-migration/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
# Keep environment variables out of version control
.env
Empty file.
322 changes: 322 additions & 0 deletions tools/data-migration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions tools/data-migration/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "data-migration",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "npx prisma generate"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.11.4",
"prisma": "^5.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@prisma/client": "^5.8.1"
}
}
Loading

0 comments on commit c344920

Please sign in to comment.