Remove mysql code

This commit is contained in:
Ajay
2023-07-05 01:25:38 -04:00
parent 8b418c8851
commit 2e29666781
6 changed files with 5 additions and 420 deletions

View File

@@ -25,9 +25,8 @@ async function init() {
await initDb();
const dbMode = config.mysql ? "mysql"
: config.postgres ? "postgres"
: "sqlite";
const dbMode = config.postgres ? "postgres"
: "sqlite";
Logger.info(`Database Mode: ${dbMode}`);
// set commit at headCommit