diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-09 04:09:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 04:09:02 +0900 |
| commit | 2465a377a1ed4cb0904c088c95076c28c9cf92a2 (patch) | |
| tree | 7f257d60cc065e74220ce0361d32a145473376b2 /src | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | sharkey-2465a377a1ed4cb0904c088c95076c28c9cf92a2.tar.gz sharkey-2465a377a1ed4cb0904c088c95076c28c9cf92a2.tar.bz2 sharkey-2465a377a1ed4cb0904c088c95076c28c9cf92a2.zip | |
Delete init.ts
Diffstat (limited to 'src')
| -rw-r--r-- | src/init.ts | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/init.ts b/src/init.ts deleted file mode 100644 index 2fe16a7069..0000000000 --- a/src/init.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { initDb } from './db/postgre'; - -console.log('Init database...'); - -initDb(false, true, true).then(() => { - console.log('Done :)'); - process.exit(0); -}, e => { - console.error('Failed to init database'); - console.error(e); -}); |