Skip to content

Commit

Permalink
database set
Browse files Browse the repository at this point in the history
  • Loading branch information
clownclown-tech committed Aug 11, 2024
1 parent c86af5c commit c0546d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ setInterval(() => {



const db = new sqlite3.Database("production.sqlite");
// const db = new sqlite3.Database("/mnt/highscores/production.sqlite");
// const db = new sqlite3.Database("production.sqlite");
const db = new sqlite3.Database("/mnt/highscores/production.sqlite");

// Create a highscores table if it doesn't exist
db.serialize(() => {
Expand Down

0 comments on commit c0546d4

Please sign in to comment.