diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-09 16:55:59 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-09 16:55:59 +0900 |
| commit | 933c83679ecca97d9226ac5319076dff01276e22 (patch) | |
| tree | 5d48750ae1bb134cbf881e9331ad0f6f8bf932f9 /src | |
| parent | Add userId prop (diff) | |
| parent | New translations ja-JP.yml (English) (#5123) (diff) | |
| download | misskey-933c83679ecca97d9226ac5319076dff01276e22.tar.gz misskey-933c83679ecca97d9226ac5319076dff01276e22.tar.bz2 misskey-933c83679ecca97d9226ac5319076dff01276e22.zip | |
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
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); -}); |