summary refs log tree commit diff
path: root/util/ormconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'util/ormconfig.json')
-rw-r--r--util/ormconfig.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/util/ormconfig.json b/util/ormconfig.json
deleted file mode 100644

index c5587b8e..00000000 --- a/util/ormconfig.json +++ /dev/null
@@ -1,9 +0,0 @@ -{ - "type": "sqlite", - "database": "../bundle/database.db", - "migrations": ["src/migrations/*.ts"], - "entities": ["src/entities/*.ts"], - "cli": { - "migrationsDir": "src/migrations" - } -}