From 365abc36dd3b41680527bcf613013bb4999b613d Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sun, 7 Aug 2022 02:52:09 +0200 Subject: Switch to migrations fully --- util/ormconfig.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 util/ormconfig.json (limited to 'util/ormconfig.json') 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" - } -} -- cgit 1.4.1