Skip to content

Commit 8b7009a

Browse files
author
xyzjesper
committed
Change to postgres DB and migrate data
1 parent 4f2039b commit 8b7009a

53 files changed

Lines changed: 26084 additions & 10772 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MONGODBURL=your-url-to-database
1+
POSTGRESQL=your-url-to-database
22
CONFIG_PATH=/mnt/server/config.yml or /bot/config.yml
33
TWITCH_TOKEN_URL=only-for-scripts-folder
44
ENVIRONMENT="PRODUCTION"

bun.lock

Lines changed: 27 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"dependencies": {
2323
"@napi-rs/canvas": "^0.1.77",
2424
"@octokit/core": "^7.0.3",
25+
"@prisma/adapter-pg": "^6.16.3",
2526
"@prisma/client": "^6.14.0",
2627
"@sentry/cli": "^2.52.0",
2728
"@sentry/node": "^10.5.0",

0 commit comments

Comments
 (0)