improve postgresql performance

This commit is contained in:
DioCrafts
2025-04-09 00:21:20 +02:00
parent 7473ee438f
commit 8f1d213526
36 changed files with 2191 additions and 233 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ echo "DATABASE_URL=postgres://username:password@localhost/oxicloud" > .env
cargo build --release
# Run database migrations
cargo run --bin migrate
cargo run --bin migrate --features migrations
# Run the server
cargo run --release