Skip to content

Commit

Permalink
chore: remove db debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmontgomery committed Mar 1, 2024
1 parent 077d816 commit 6a4c48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export default ({ env }) => ({
},
runMigrations: false,
forceMigration: false,
debug: true,
debug: false,
},
});

0 comments on commit 6a4c48a

Please sign in to comment.