Install official markov-strings-db release

This commit is contained in:
Charlie Laabs
2021-12-24 00:06:20 -06:00
parent 6f53ffb0af
commit a96727fa06
3 changed files with 8 additions and 9 deletions

View File

@@ -5,8 +5,7 @@ const devConfig = {
: 'config/db/db.sqlite3',
synchronize: true,
migrationsRun: false,
// logging: true,
// logging: "all",
// logging: 'all',
enableWAL: true,
entities: ['src/entity/**/*.ts'],
migrations: ['src/migration/**/*.ts'],