summary refs log tree commit diff
path: root/util/ormconfig.json
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-07 02:52:09 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-09 23:28:27 +0200
commit365abc36dd3b41680527bcf613013bb4999b613d (patch)
treef46b9c12a0c89de24af1a862db414c44d30e8b3e /util/ormconfig.json
parentResolve changes undone by rebasing from master (diff)
downloadserver-ts-365abc36dd3b41680527bcf613013bb4999b613d.tar.xz
Switch to migrations fully
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" - } -}